19 package org.omg.dds.core.policy;
21 import java.util.concurrent.TimeUnit;
102 Duration autoPurgeNoWriterSamplesDelay);
116 long autoPurgeNoWriterSamplesDelay,
128 Duration autoPurgeDisposedSamplesDelay);
141 long autoPurgeDisposedSamplesDelay,
Specifies the behavior of the org.omg.dds.sub.DataReader with regards to the life cycle of the data i...
Duration getAutoPurgeDisposedSamplesDelay()
ReaderDataLifecycle withAutoPurgeDisposedSamplesDelay(Duration autoPurgeDisposedSamplesDelay)
Copy this policy and override the value of the property.
Duration getAutoPurgeNoWriterSamplesDelay()
This class is the abstract root for all the QoS policies.
ReaderDataLifecycle withAutoPurgeNoWriterSamplesDelay(Duration autoPurgeNoWriterSamplesDelay)
Copy this policy and override the value of the property.
A span of elapsed time expressed with nanosecond precision.
A QosPolicy interface that implements this marker interface applies to org.omg.dds.sub.DataReader Entities.