RTI Connext Java API Version 7.6.0

Use these QoS fields to optimize the process of sending large data.

Use these QoS fields to optimize the process of sending large data.

This includes QoS which help to reduce the number of copies needed and manage fragmentation.

See Sending Large Data, in the Core Libraries User's Manual, for more information.

Basic Settings

com.rti.dds.infrastructure.DataRepresentationQosPolicycompression_settings
<<basic>> <<extension>> Structure that contains the compression settings.

Advanced Settings

com.rti.dds.infrastructure.CompressionSettings_tcompression_ids
<<extension>> Mask that represents the compression algorithms enabled.
com.rti.dds.infrastructure.CompressionSettings_twriter_compression_level
<<extension>> The level of compression to use when compressing data.
com.rti.dds.infrastructure.CompressionSettings_twriter_compression_threshold
<<extension>> The threshold, in bytes, above which a serialized sample will be eligible to be compressed.
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicydisable_fragmentation_support
[DEPRECATED] <<extension>> Determines whether the com.rti.dds.subscription.DataReader can receive fragmented samples.
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicymax_fragmented_samples
<<extension>> The maximum number of samples for which the com.rti.dds.subscription.DataReader may store fragments at a given point in time.
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicyinitial_fragmented_samples
<<extension>> The initial number of samples for which a com.rti.dds.subscription.DataReader may store fragments.
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicymax_fragmented_samples_per_remote_writer
<<extension>> The maximum number of samples per remote writer for which a com.rti.dds.subscription.DataReader may store fragments.
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicymax_fragments_per_sample
<<extension>> Maximum number of fragments for a single sample.
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicydynamically_allocate_fragmented_samples
<<extension>> Determines whether the com.rti.dds.subscription.DataReader pre-allocates storage for storing fragmented samples.
com.rti.dds.infrastructure.DiscoveryConfigQosPolicyendpoint_type_object_lb_serialization_threshold
<<extension>> Option to reduce the size required to propagate a TypeObject in Simple Endpoint Discovery
com.rti.dds.infrastructure.BuiltinTopicReaderResourceLimits_tdisable_fragmentation_support
[DEPRECATED] <<extension>> Determines whether the built-in topic com.rti.dds.subscription.DataReader can receive fragmented samples.
com.rti.dds.infrastructure.BuiltinTopicReaderResourceLimits_tmax_fragmented_samples
<<extension>> The maximum number of samples for which the built-in topic com.rti.dds.subscription.DataReader may store fragments at a given point in time.
com.rti.dds.infrastructure.BuiltinTopicReaderResourceLimits_tinitial_fragmented_samples
<<extension>> The initial number of samples for which a built-in topic com.rti.dds.subscription.DataReader may store fragments.
com.rti.dds.infrastructure.BuiltinTopicReaderResourceLimits_tmax_fragmented_samples_per_remote_writer
<<extension>> The maximum number of samples per remote writer for which a built-in topic com.rti.dds.subscription.DataReader may store fragments.
com.rti.dds.infrastructure.BuiltinTopicReaderResourceLimits_tmax_fragments_per_sample
<<extension>> Maximum number of fragments for a single sample.
com.rti.dds.infrastructure.BuiltinTopicReaderResourceLimits_tdynamically_allocate_fragmented_samples
<<extension>> Determines whether the built-in topic com.rti.dds.subscription.DataReader pre-allocates storage for storing fragmented samples.