RTI Connext Java API Version 7.2.0

This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later. More...

Classes

class  DurabilityQosPolicy
 This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later. More...
 
class  DurabilityQosPolicyKind
 Kinds of durability. More...
 
class  PersistentJournalKind
 Sets the journal mode of the persistent storage. More...
 
class  PersistentStorageSettings
 Configures durable writer history and durable reader state. More...
 

Variables

static final int AUTO_WRITER_DEPTH
 A special value used as the default value for com.rti.dds.infrastructure.DurabilityQosPolicy.writer_depth. More...
 
static final QosPolicyId_t DURABILITY_QOS_POLICY_ID
 Identifier for com.rti.dds.infrastructure.DurabilityQosPolicy. More...
 

Detailed Description

This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later.

Variable Documentation

◆ AUTO_WRITER_DEPTH

final int AUTO_WRITER_DEPTH
static

A special value used as the default value for com.rti.dds.infrastructure.DurabilityQosPolicy.writer_depth.

This values resolves to the following:

◆ DURABILITY_QOS_POLICY_ID

final QosPolicyId_t DURABILITY_QOS_POLICY_ID
static