|
RTI Connext Java API
Version 6.0.1
|
Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More...
Inherits Struct.
Public Member Functions | |
| EndpointGroup_t () | |
| Constructor. | |
| EndpointGroup_t (EndpointGroup_t src) | |
| Copy constructor. | |
| EndpointGroup_t (String role_name, int quorum_count) | |
| Construct an EndpointGroup_t with the given parameters. | |
Public Member Functions inherited from Struct | |
| abstract boolean | equals (Object obj) |
| abstract int | hashCode () |
| String | toString () |
Public Attributes | |
| String | role_name = null |
| Defines the role name of the endpoint group. | |
| int | quorum_count = 0 |
| Defines the minimum number of members that satisfies the endpoint group. | |
Additional Inherited Members | |
Protected Member Functions inherited from Struct | |
| Struct () | |
| abstract void | pull_from_nativeI (long native_status) |
| abstract void | push_to_nativeI (long native_status) |
Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.
| EndpointGroup_t | ( | ) |
Constructor.
| EndpointGroup_t | ( | EndpointGroup_t | src | ) |
Copy constructor.
| EndpointGroup_t | ( | String | role_name, |
| int | quorum_count | ||
| ) |
Construct an EndpointGroup_t with the given parameters.
| String role_name = null |
Defines the role name of the endpoint group.
If used in the com.rti.dds.infrastructure.AvailabilityQosPolicy on a com.rti.dds.publication.DataWriter, it specifies the name that identifies a Durable Subcription.
| int quorum_count = 0 |
Defines the minimum number of members that satisfies the endpoint group.
If used in the com.rti.dds.infrastructure.AvailabilityQosPolicy on a com.rti.dds.publication.DataWriter, it specifies the number of DataReaders that must acknowledge a sample before the sample is considered to be acknowledged by the Durable Subscription.