RTI Connext Java API  Version 7.0.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...
 

Detailed Description

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.

Constructor & Destructor Documentation

◆ EndpointGroup_t() [1/3]

Constructor.

Referenced by EndpointGroup_t.EndpointGroup_t().

◆ EndpointGroup_t() [2/3]

◆ EndpointGroup_t() [3/3]

EndpointGroup_t ( String  role_name,
int  quorum_count 
)

Member Data Documentation

◆ 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().

◆ quorum_count

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().