RTI Connext Java API Version 7.6.0

These QoS affect participant and endpoint matching.

These QoS affect participant and endpoint matching.

See the pages of each individual QoS for a desription of how the QoS must be set in order for two applications to be considered matching. Look for information about compatibility or request-offered (RxO) semantics.

Basic Settings

com.rti.dds.infrastructure.DurabilityQosPolicykind
<<basic>> <<spec>> The kind of durability.
com.rti.dds.infrastructure.DataRepresentationQosPolicycompression_settings
<<basic>> <<extension>> Structure that contains the compression settings.
com.rti.dds.infrastructure.DeadlineQosPolicyperiod
<<basic>> <<spec>> Duration of the deadline period.
com.rti.dds.infrastructure.OwnershipQosPolicykind
<<basic>> <<spec>> The kind of ownership
com.rti.dds.infrastructure.LivelinessQosPolicykind
<<basic>> <<spec>> The kind of liveliness desired.
com.rti.dds.infrastructure.LivelinessQosPolicylease_duration
<<basic>> <<spec>> The duration within which a com.rti.dds.publication.DataWriter must be asserted, or else it is assumed to be not alive.
com.rti.dds.infrastructure.PartitionQosPolicyname
<<basic>> <<spec>> A list of partition names
com.rti.dds.infrastructure.ReliabilityQosPolicykind
<<basic>> <<spec>> Kind of reliability.
com.rti.dds.infrastructure.DestinationOrderQosPolicykind
<<basic>> <<spec>> Specifies the desired kind of destination order.

Advanced Settings

com.rti.dds.infrastructure.CompressionSettings_tcompression_ids
<<extension>> Mask that represents the compression algorithms enabled.
com.rti.dds.infrastructure.DataRepresentationQosPolicyvalue
<<spec>> Sequence of representation identifiers.
com.rti.dds.infrastructure.PresentationQosPolicyaccess_scope
<<spec>> Determines the largest scope spanning the entities for which the order and coherency of changes can be preserved.
com.rti.dds.infrastructure.PresentationQosPolicycoherent_access
<<spec>> Specifies support for coherent access. Controls whether coherent access is supported within the scope access_scope.
com.rti.dds.infrastructure.PresentationQosPolicyordered_access
<<spec>> Specifies support for ordered access to the samples received at the subscription end. Controls whether ordered access is supported within the scope access_scope.
com.rti.dds.infrastructure.LatencyBudgetQosPolicyduration
<<spec>> Duration of the maximum acceptable delay.
com.rti.dds.infrastructure.ReliabilityQosPolicyacknowledgment_kind
<<extension>> Kind of reliable acknowledgment
com.rti.dds.infrastructure.ReliabilityQosPolicyinstance_state_consistency_kind
<<extension>> Whether instance state consistency is enabled
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicykind
<<spec>> Type consistency kind.
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicyignore_sequence_bounds
<<spec>> Controls whether sequence bounds are taken into consideration for type assignability.
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicyignore_string_bounds
<<spec>> Controls whether string bounds are taken into consideration for type assignability.
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicyignore_member_names
<<spec>> Controls whether member names are taken into consideration for type assignability.
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicyprevent_type_widening
<<spec>> Controls whether type widening is allowed.
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicyforce_type_validation
<<spec>> Controls whether type information must be available in order to complete matching between a com.rti.dds.publication.DataWriter and a com.rti.dds.subscription.DataReader.
com.rti.dds.infrastructure.TypeConsistencyEnforcementQosPolicyignore_enum_literal_names
<<spec>> Controls whether enumeration constant names are taken into consideration for type assignability.