CoreDX DDS Java Reference Manual
Public Attributes | List of all members
DurabilityQosPolicyKind Enum Reference

This enumeration contains the kinds of Duarbility. More...

Public Attributes

 VOLATILE_DURABILITY_QOS
 
 TRANSIENT_LOCAL_DURABILITY_QOS
 
 TRANSIENT_DURABILITY_QOS
 

Detailed Description

This enumeration contains the kinds of Duarbility.

Member Data Documentation

TRANSIENT_DURABILITY_QOS

The data is persisted beyond the lifecycle of the originating DataWriter, and is available even after that DataWriter has been destroyed.

TRANSIENT_LOCAL_DURABILITY_QOS

The data is persisted locally within the source DataWriter.

VOLATILE_DURABILITY_QOS

The data is volatile, and is not persisted beyond the initial publication.


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.