RTI Connext Java API Version 7.1.0
|
QoS policies supported by a com.rti.dds.domain.DomainParticipant entity. More...
Public Member Functions | |
String | toString () |
Overrides the builtin Object.toString method. More... | |
String | toString (DomainParticipantQos baseQos, QosPrintFormat format) |
Obtains a string representation of a DomainParticipantQos object. More... | |
String | toString (QosPrintFormat format) |
Obtains a string representation of a DomainParticipantQos object. More... | |
String | toString (DomainParticipantQos baseQos) |
Obtains a string representation of a DomainParticipantQos object. More... | |
Public Member Functions inherited from Qos | |
final boolean | equals (Object other) |
QoS policies supported by a com.rti.dds.domain.DomainParticipant entity.
Certain members must be set in a consistent manner:
Length of com.rti.dds.domain.DomainParticipantQos.user_data .value <= com.rti.dds.domain.DomainParticipantQos.resource_limits .participant_user_data_max_length
For com.rti.dds.domain.DomainParticipantQos.discovery_config .publication_writer
high_watermark <= com.rti.dds.domain.DomainParticipantQos.resource_limits .local_writer_allocation .max_count heartbeats_per_max_samples <= com.rti.dds.domain.DomainParticipantQos.resource_limits .local_writer_allocation.max_count
For com.rti.dds.domain.DomainParticipantQos.discovery_config .suscription_writer
high_watermark <= com.rti.dds.domain.DomainParticipantQos.resource_limits .local_reader_allocation.max_count heartbeats_per_max_samples <= com.rti.dds.domain.DomainParticipantQos.resource_limits .local_reader_allocation.max_count
If any of the above are not true, com.rti.dds.domain.DomainParticipant.set_qos and com.rti.dds.domain.DomainParticipant.set_qos_with_profile and com.rti.dds.domain.DomainParticipantFactory.set_default_participant_qos will fail with com.rti.dds.infrastructure.RETCODE_INCONSISTENT_POLICY, and com.rti.dds.domain.DomainParticipantFactory.create_participant will fail.
String toString | ( | ) |
Overrides the builtin Object.toString method.
The various toString() overloads allow formatting the output and printing only the differences with respect to another DomainParticipantQos object.
This overload uses the default print format and only prints the differences between the supplied DomainParticipantQos and the documented default.
References DomainParticipantQos.toString().
Referenced by DomainParticipantQos.toString().
String toString | ( | DomainParticipantQos | baseQos, |
QosPrintFormat | format | ||
) |
Obtains a string representation of a DomainParticipantQos object.
format | The print format used to format the output. |
baseQos | Only the differences between baseQos and the Qos object are included in the output string. If you want to print everything within the Qos, use the com.rti.dds.domain.DomainParticipant.DOMAINPARTICIPANT_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied baseQos. The output string is formatted using the supplied com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipant.DOMAINPARTICIPANT_QOS_PRINT_ALL.
String toString | ( | QosPrintFormat | format | ) |
Obtains a string representation of a DomainParticipantQos object.
format | The print format used to format the output. |
This overload prints the differences between the qos and the documented. default. The output string is formatted using the supplied com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipantQos.toString().
String toString | ( | DomainParticipantQos | baseQos | ) |
Obtains a string representation of a DomainParticipantQos object.
baseQos | Only the differences between baseQos and the Qos object are included in the output string. If you want to print everything within the Qos, use the com.rti.dds.domain.DomainParticipant.DOMAINPARTICIPANT_QOS_PRINT_ALL sentinel value. |
This overload prints the differences between the qos and the supplied baseQos. The output string is formatted using the default value for com.rti.dds.infrastructure.QosPrintFormat.
References DomainParticipantQos.toString().
final UserDataQosPolicy user_data |
User data policy, USER_DATA.
final EntityFactoryQosPolicy entity_factory |
Entity factory policy, ENTITY_FACTORY.
final WireProtocolQosPolicy wire_protocol |
<<extension>> Wire Protocol policy, WIRE_PROTOCOL.
The wire protocol (RTPS) attributes associated with the participant.
final TransportBuiltinQosPolicy transport_builtin |
<<extension>> Transport Builtin policy, TRANSPORT_BUILTIN.
final TransportUnicastQosPolicy default_unicast |
<<extension>> Default Unicast Transport policy, TRANSPORT_UNICAST.
final DiscoveryQosPolicy discovery |
<<extension>> Discovery policy, DISCOVERY.
final DomainParticipantResourceLimitsQosPolicy resource_limits |
<<extension>> Domain participant resource limits policy, DOMAIN_PARTICIPANT_RESOURCE_LIMITS.
final EventQosPolicy event |
<<extension>> Event policy, EVENT.
final ReceiverPoolQosPolicy receiver_pool |
<<extension>> Receiver pool policy, RECEIVER_POOL.
final DatabaseQosPolicy database |
<<extension>> Database policy, DATABASE.
final DiscoveryConfigQosPolicy discovery_config |
<<extension>> Discovery config policy, DISCOVERY_CONFIG.
final PropertyQosPolicy property |
<<extension>> Property policy, PROPERTY.
final EntityNameQosPolicy participant_name |
<<extension>> The participant name. ENTITY_NAME
final ServiceQosPolicy service |
<<extension>> The service qos policy. SERVICE
final TypeSupportQosPolicy type_support |
<<extension>> Type support data, TYPESUPPORT.
Optional value that is passed to a type plugin's on_participant_attached function.
final TransportMulticastMappingQosPolicy multicast_mapping |
<<extension>> The multicast mapping policy. TRANSPORT_MULTICAST_MAPPING
final PartitionQosPolicy partition |
<<extension>> The partition qos policy. PARTITION