CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
com.toc.coredx.DDS.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

com.toc.coredx.DDS.DurabilityQosPolicyKind.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

com.toc.coredx.DDS.DurabilityQosPolicyKind.TRANSIENT_LOCAL_DURABILITY_QOS

The data is persisted locally within the source DataWriter.

◆ VOLATILE_DURABILITY_QOS

com.toc.coredx.DDS.DurabilityQosPolicyKind.VOLATILE_DURABILITY_QOS

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


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.