RTI Connext Java API Version 7.6.0

These QoS are applied per-instance.

These QoS are applied per-instance.

For example, the com.rti.dds.infrastructure.HistoryQosPolicy.depth configures the number of samples that are stored in the DataWriter and DataReader queues per-instance.

Basic Settings

com.rti.dds.infrastructure.DurabilityQosPolicywriter_depth
<<basic>> <<extension>> Indicates the number of samples per instance that a durable com.rti.dds.publication.DataWriter will send to a late-joining com.rti.dds.subscription.DataReader.
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.OwnershipStrengthQosPolicyvalue
<<basic>> <<spec>> The strength value used to arbitrate among multiple writers.
com.rti.dds.infrastructure.TimeBasedFilterQosPolicyminimum_separation
<<basic>> <<spec>> The minimum separation duration between subsequent samples.
com.rti.dds.infrastructure.DestinationOrderQosPolicykind
<<basic>> <<spec>> Specifies the desired kind of destination order.
com.rti.dds.infrastructure.HistoryQosPolicykind
<<basic>> <<spec>> Specifies the kind of history to be kept.
com.rti.dds.infrastructure.HistoryQosPolicydepth
<<basic>> <<spec>> Specifies the number of samples per instance to be kept, when the kind is com.rti.dds.infrastructure.HistoryQosPolicyKind.HistoryQosPolicyKind.KEEP_LAST_HISTORY_QOS

Advanced Settings

com.rti.dds.infrastructure.DurabilityServiceQosPolicyhistory_kind
<<spec>> The kind of history to apply in recouping durable data.
com.rti.dds.infrastructure.DurabilityServiceQosPolicyhistory_depth
<<spec>> Setting to use for the com.rti.dds.infrastructure.DurabilityQosPolicy.writer_depth when recouping durable data.
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.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.DestinationOrderQosPolicyscope
<<spec>> Specifies the desired scope of the source destination order.
com.rti.dds.infrastructure.DestinationOrderQosPolicysource_timestamp_tolerance
<<extension>> Allowed tolerance between source timestamps of consecutive samples.