com.toc.coredx.DDS
Class ReaderDataLifecycleQosPolicy
java.lang.Object
com.toc.coredx.DDS.ReaderDataLifecycleQosPolicy
public class ReaderDataLifecycleQosPolicy
- extends java.lang.Object
Specifies the lifecycle behavior of data instances managed by the DataReader.
autopurge_nowriter_samples_delay indicates how long the DataReader will
maintain instance samples that have instance_state NOT_ALIVE_NO_WRITERS.
autopurge_disposed_samples_delay indicates how long the DataReader
will retain information about instances that have instance_state NOT_ALIVE_DISPOSED.
CoreDX DDS currently does not support values other than INFINTE for these two
policy fields.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
autopurge_nowriter_samples_delay
public Duration_t autopurge_nowriter_samples_delay
autopurge_disposed_samples_delay
public Duration_t autopurge_disposed_samples_delay
ReaderDataLifecycleQosPolicy
public ReaderDataLifecycleQosPolicy()