|
RTI Connext Java API Version 7.6.0
|
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. More... | |
| EndpointGroup_t (EndpointGroup_t src) | |
| Copy constructor. More... | |
| EndpointGroup_t (String role_name, int quorum_count) | |
| Construct an EndpointGroup_t with the given parameters. More... | |
Public Attributes | |
| String | role_name = null |
| Defines the role name of the endpoint group. More... | |
| int | quorum_count = 0 |
| Defines the minimum number of members that satisfies the endpoint group. More... | |
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.
References EndpointGroup_t.quorum_count, and EndpointGroup_t.role_name.
| EndpointGroup_t | ( | String | role_name, |
| int | quorum_count | ||
| ) |
Construct an EndpointGroup_t with the given parameters.
References EndpointGroup_t.quorum_count, and EndpointGroup_t.role_name.
| 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.
The role name can be at most 255 characters in length.
Referenced by EndpointGroup_t.EndpointGroup_t().
| 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.
Referenced by EndpointGroup_t.EndpointGroup_t().