RTI Connext Java API Version 7.2.0
PersistentSynchronizationKind Class Reference

<<extension>> Whether instance state consistency is enabled. More...

Inheritance diagram for PersistentSynchronizationKind:
Enum Copyable

Static Public Attributes

static final PersistentSynchronizationKind NORMAL_PERSISTENT_SYNCHRONIZATION
 Data (e.g., new sample) is written to disk at critical moments. More...
 
static final PersistentSynchronizationKind FULL_PERSISTENT_SYNCHRONIZATION
 Data (e.g., new sample) is written to physical disk immediately. More...
 
static final PersistentSynchronizationKind OFF_PERSISTENT_SYNCHRONIZATION
 No synchronization is enforced. Data will be written to physical disk when the operating system flushes its buffers. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
Object copy_from (Object src)
 Copy value of a data type from source. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

<<extension>> Whether instance state consistency is enabled.

QoS:
com.rti.dds.infrastructure.ReliabilityQosPolicy

Member Data Documentation

◆ NORMAL_PERSISTENT_SYNCHRONIZATION

final PersistentSynchronizationKind NORMAL_PERSISTENT_SYNCHRONIZATION
static
Initial value:
=
new PersistentSynchronizationKind("NORMAL_PERSISTENT_SYNCHRONIZATION", 0)

Data (e.g., new sample) is written to disk at critical moments.

◆ FULL_PERSISTENT_SYNCHRONIZATION

final PersistentSynchronizationKind FULL_PERSISTENT_SYNCHRONIZATION
static
Initial value:
=
new PersistentSynchronizationKind("FULL_PERSISTENT_SYNCHRONIZATION", 1)

Data (e.g., new sample) is written to physical disk immediately.

◆ OFF_PERSISTENT_SYNCHRONIZATION

final PersistentSynchronizationKind OFF_PERSISTENT_SYNCHRONIZATION
static
Initial value:
=
new PersistentSynchronizationKind("OFF_PERSISTENT_SYNCHRONIZATION", 2)

No synchronization is enforced. Data will be written to physical disk when the operating system flushes its buffers.