![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
PartitionImpl (OsplServiceEnvironment environment) | |
PartitionImpl (OsplServiceEnvironment environment, Collection< String > name) | |
PartitionImpl (OsplServiceEnvironment environment, String... name) | |
boolean | equals (Object other) |
ServiceEnvironment | getEnvironment () |
Set< String > | getName () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
Partition | withName (Collection< String > name) |
Copy this policy and override the value of the property. More... | |
Partition | withName (String... names) |
Copy this policy and override the value of the property. More... | |
Partition | withName (String name) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 33 of file PartitionImpl.java.
org.opensplice.dds.core.policy.PartitionImpl.PartitionImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 37 of file PartitionImpl.java.
org.opensplice.dds.core.policy.PartitionImpl.PartitionImpl | ( | OsplServiceEnvironment | environment, |
Collection< String > | name | ||
) |
Definition at line 43 of file PartitionImpl.java.
org.opensplice.dds.core.policy.PartitionImpl.PartitionImpl | ( | OsplServiceEnvironment | environment, |
String... | name | ||
) |
Definition at line 58 of file PartitionImpl.java.
boolean org.opensplice.dds.core.policy.PartitionImpl.equals | ( | Object | other | ) |
Definition at line 97 of file PartitionImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Set<String> org.opensplice.dds.core.policy.PartitionImpl.getName | ( | ) |
Implements org.omg.dds.core.policy.Partition.
Definition at line 72 of file PartitionImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.PartitionImpl.getPolicyClass | ( | ) |
Definition at line 87 of file PartitionImpl.java.
int org.opensplice.dds.core.policy.PartitionImpl.hashCode | ( | ) |
Definition at line 113 of file PartitionImpl.java.
Partition org.opensplice.dds.core.policy.PartitionImpl.withName | ( | Collection< String > | name | ) |
Copy this policy and override the value of the property.
name | A Collection of strings, which specifies the partitions. |
Implements org.omg.dds.core.policy.Partition.
Definition at line 77 of file PartitionImpl.java.
Partition org.opensplice.dds.core.policy.PartitionImpl.withName | ( | String... | names | ) |
Copy this policy and override the value of the property.
names | An arbitrary number of name strings , which specifies the partitions. |
Implements org.omg.dds.core.policy.Partition.
Definition at line 82 of file PartitionImpl.java.
Partition org.opensplice.dds.core.policy.PartitionImpl.withName | ( | String | name | ) |
Copy this policy and override the value of the property.
name | A name string , which specifies the partition. |
Implements org.omg.dds.core.policy.Partition.
Definition at line 92 of file PartitionImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.