RTI Connext Java API  Version 6.1.1

The available built-in QoS libraries, profiles, and snippets. More...

Static Public Attributes

static final String BUILTIN_QOS_LIB
 A library of non-experimental QoS profiles. More...
 
static final String PROFILE_BASELINE_ROOT
 The root baseline QoS values from which all other Baseline.X.X.X profiles inherit. More...
 
static final String PROFILE_BASELINE
 The most up-to-date QoS default values. More...
 
static final String PROFILE_BASELINE_5_0_0
 The QoS default values for version 5.0.0. More...
 
static final String PROFILE_BASELINE_5_1_0
 The QoS default values for version 5.1.0. More...
 
static final String PROFILE_BASELINE_5_2_0
 The QoS default values for version 5.2.0. More...
 
static final String PROFILE_BASELINE_5_3_0
 The QoS default values for version 5.3.0. More...
 
static final String PROFILE_BASELINE_6_0_0
 The QoS default values for version 6.0.0. More...
 
static final String PROFILE_BASELINE_6_1_0
 The QoS default values for version 6.1.0. More...
 
static final String PROFILE_GENERIC_COMMON
 A common Participant base profile. More...
 
static final String PROFILE_GENERIC_MONITORING_COMMON
 Enables RTI Monitoring Library. More...
 
static final String PROFILE_GENERIC_CONNEXT_MICRO_COMPATIBILITY
 Sets the values necessary to communicate with RTI Connext Micro. More...
 
static final String PROFILE_GENERIC_CONNEXT_MICRO_COMPATIBILITY_2_4_9
 Sets the values necessary to communicate with RTI Connext Micro versions 2.4.4 through at least 2.4.9. More...
 
static final String PROFILE_GENERIC_CONNEXT_MICRO_COMPATIBILITY_2_4_3
 Sets the values necessary to communicate with RTI Connext Micro versions 2.4.3 and ealier. More...
 
static final String PROFILE_GENERIC_OTHER_DDS_VENDOR_COMPATIBILITY
 Sets the values necessary to interoperate with other DDS vendors. More...
 
static final String PROFILE_GENERIC_510_TRANSPORT_COMPATIBILITY
 Sets the values necessary to interoperate with RTI Connext 5.1.0 using the UDPv6 and/or SHMEM transports. More...
 
static final String PROFILE_GENERIC_SECURITY
 Loads the DDS Secure builtin plugins. More...
 
static final String BUILTIN_QOS_LIB_EXP
 A library of experimental QoS profiles. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE
 Enables strict reliability. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE
 Enables keep-last reliability. More...
 
static final String PROFILE_GENERIC_BEST_EFFORT
 Enables best-effort reliability kind. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE_HIGH_THROUGHPUT
 A profile that can be used to achieve high throughput. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE_LOW_LATENCY
 A profile that can be used to achieve low latency. More...
 
static final String PROFILE_GENERIC_PARTICIPANT_LARGE_DATA
 A common Participant base profile to facilitate sending large data. More...
 
static final String PROFILE_GENERIC_PARTICIPANT_LARGE_DATA_MONITORING
 Configures Participants for large data and monitoring. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA
 Configures endpoints for sending large data with strict reliability. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA
 Configures endpoints for sending large data with keep-last reliability. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA_FAST_FLOW
 Configures strictly reliable communication for large data with a fast flow controller. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA_MEDIUM_FLOW
 Configures strictly reliable communication for large data with a medium flow controller. More...
 
static final String PROFILE_GENERIC_STRICT_RELIABLE_LARGE_DATA_SLOW_FLOW
 Configures strictly reliable communication for large data with a slow flow controller. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA_FAST_FLOW
 Configures keep-last reliable communication for large data with a fast flow controller. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA_MEDIUM_FLOW
 Configures keep-last reliable communication for large data with a medium flow controller. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_LARGE_DATA_SLOW_FLOW
 Configures keep-last reliable communication for large data with a slow flow controller. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_TRANSIENT_LOCAL
 Persists the samples of a DataWriter as long as the entity exists. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_TRANSIENT
 Persists samples using RTI Persistence Service. More...
 
static final String PROFILE_GENERIC_KEEP_LAST_RELIABLE_PERSISTENT
 Persists samples in permanent storage, like a disk, using RTI Persistence Service. More...
 
static final String PROFILE_GENERIC_AUTO_TUNING
 Enables the Turbo Mode batching and Auto Throttle experimental features. More...
 
static final String PROFILE_GENERIC_MINIMAL_MEMORY_FOOTPRINT
 Uses a set of QoS which reduces the memory footprint of the application. More...
 
static final String PROFILE_PATTERN_PERIODIC_DATA
 Used for applications that expect periodic data. More...
 
static final String PROFILE_PATTERN_STREAMING
 Used for applications that stream data. More...
 
static final String PROFILE_PATTERN_RELIABLE_STREAMING
 Used for applications that stream data and require reliable communication. More...
 
static final String PROFILE_PATTERN_EVENT
 Used for applications that handle events. More...
 
static final String PROFILE_PATTERN_ALARM_EVENT
 Used for applications that handle alarm events. More...
 
static final String PROFILE_PATTERN_STATUS
 Used for applications whose samples represent statuses. More...
 
static final String PROFILE_PATTERN_ALARM_STATUS
 Used for applications in which samples represent alarm statuses. More...
 
static final String PROFILE_PATTERN_LAST_VALUE_CACHE
 Used for applications that only need the last published value. More...
 
static final String BUILTIN_QOS_SNIPPET_LIB
 A library of QoS Snippets. More...
 
static final String SNIPPET_OPTIMIZATION_RELIABILITY_PROTOCOL_COMMON
 QoS Snippet that configures the reliability protocol with a common configuration. More...
 
static final String SNIPPET_OPTIMIZATION_RELIABILITY_PROTOCOL_KEEP_ALL
 QoS Snippet that configures the reliability protocol for KEEP_ALL. More...
 
static final String SNIPPET_OPTIMIZATION_RELIABILITY_PROTOCOL_KEEP_LAST
 QoS Snippet that configures the reliability protocol for KEEP_LAST. More...
 
static final String SNIPPET_OPTIMIZATION_RELIABILITY_PROTOCOL_HIGH_RATE
 QoS Snippet that configures the reliability protocol for sending data at a high rate. More...
 
static final String SNIPPET_OPTIMIZATION_RELIABILITY_PROTOCOL_LOW_LATENCY
 QoS Snippet that configures the reliability protocol for sending data at low latency. More...
 
static final String SNIPPET_OPTIMIZATION_RELIABILITY_PROTOCOL_LARGE_DATA
 QoS Snippet that configures the reliability protocol for large data. More...
 
static final String SNIPPET_OPTIMIZATION_DATACACHE_LARGE_DATA_DYNAMICMEMALLOC
 Configures the DataWriter and DataReader caches to use dynamic memory allocation for Large Data samples. More...
 
static final String SNIPPET_OPTIMIZATION_DISCOVERY_COMMON
 QoS Snippet that optimizes discovery with a common configuration. More...
 
static final String SNIPPET_OPTIMIZATION_DISCOVERY_PARTICIPANT_COMPACT
 QoS Snippet that optimizes the Participant QoS to send less discovery information. More...
 
static final String SNIPPET_OPTIMIZATION_DISCOVERY_ENDPOINT_FAST
 QoS Snippet that optimizes the Endpoint Discovery to be faster. More...
 
static final String SNIPPET_OPTIMIZATION_TRANSPORT_LARGE_BUFFERS
 QoS Snippet that increases the Participant default buffer that shmem and udpv4 use. More...
 
static final String SNIPPET_QOS_POLICY_RELIABILITY_RELIABLE
 QoS Snippet that sets RELIABILITY QoS to RELIABLE. More...
 
static final String SNIPPET_QOS_POLICY_RELIABILITY_BEST_EFFORT
 QoS Snippet that sets RELIABILITY QoS to BEST_EFFORT. More...
 
static final String SNIPPET_QOS_POLICY_HISTORY_KEEP_LAST_1
 QoS Snippet that sets HISTORY QoS to KEEP_LAST kind with depth 1. More...
 
static final String SNIPPET_QOS_POLICY_HISTORY_KEEP_ALL
 QoS Snippet that sets HISTORY QosPolicy to KEEP_ALL kind. More...
 
static final String SNIPPET_QOS_POLICY_PUBLISH_MODE_ASYNCHRONOUS
 QoS Snippet that sets PUBLISH_MODE QosPolicy to ASYNCHRONOUS kind. More...
 
static final String SNIPPET_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL
 QoS Snippet that sets DURABILITY QosPolicy to TRANSIENT_LOCAL kind. More...
 
static final String SNIPPET_QOS_POLICY_DURABILITY_TRANSIENT
 QoS Snippet that sets DURABILITY QosPolicy to TRANSIENT kind. More...
 
static final String SNIPPET_QOS_POLICY_DURABILITY_PERSISTENT
 QoS Snippet that sets DURABILITY QosPolicy to PERSISTENT kind. More...
 
static final String SNIPPET_QOS_POLICY_BATCHING_ENABLE
 QoS Snippet that sets BATCH QosPolicy to true. More...
 
static final String SNIPPET_FEATURE_FLOW_CONTROLLER_838MBPS
 QoS Snippet that configures and set a FlowController of 838 Mbps. More...
 
static final String SNIPPET_FEATURE_FLOW_CONTROLLER_209MBPS
 QoS Snippet that configures and sets a FlowController of 209 Mbps. More...
 
static final String SNIPPET_FEATURE_FLOW_CONTROLLER_52MBPS
 QoS Snippet that configures and sets a FlowController of 52 Mbps. More...
 
static final String SNIPPET_FEATURE_AUTO_TUNING_ENABLE
 QoS Snippet that enables auto_throttle and turbo_mode to true. More...
 
static final String SNIPPET_FEATURE_MONITORING_ENABLE
 QoS Snippet that enables the use of the RTI Monitoring Library. More...
 
static final String SNIPPET_FEATURE_SECURITY_ENABLE
 QoS Snippet that enables security using the Builtin Security Plugins. More...
 
static final String SNIPPET_FEATURE_TOPIC_QUERY_ENABLE
 QoS Snippet that enables Topic Query. More...
 
static final String SNIPPET_TRANSPORT_TCP_LAN_CLIENT = "Transport.TCP.LAN.Client"
 QoS Snippet that configures a TCP LAN Client over DDS. More...
 
static final String SNIPPET_TRANSPORT_TCP_WAN_SYMMETRIC_CLIENT
 QoS Snippet that configures a symmetric WAN TCP Client over DDS. More...
 
static final String SNIPPET_TRANSPORT_TCP_WAN_ASYMMETRIC_SERVER
 QoS Snippet that an asymmetric WAN TCP Server over DDS. More...
 
static final String SNIPPET_TRANSPORT_TCP_WAN_ASYMMETRIC_CLIENT
 QoS Snippet that configures an asymmetric WAN TCP Client over DDS. More...
 
static final String SNIPPET_COMPATIBILITY_CONNEXT_MICRO_VERSION_2_4_3
 QoS Snippet that configures sets LIVELINESS QoS to be compatible with RTI Connext Micro 2.4.3. More...
 
static final String SNIPPET_COMPATIBILITY_OTHER_DDS_VENDORS_ENABLE
 QoS Snippet that configures RTI Connext to interoperate with other DDS vendors. More...
 
static final String SNIPPET_5_1_0_TRANSPORT_ENABLE
 QoS Snippet that configures RTI Connext to interoperate with RTI Connext 5.1.0 and below for UDPv6 and SHMEM transports. More...
 

Detailed Description

The available built-in QoS libraries, profiles, and snippets.