public class QosReaderDataLifecycle extends Object implements DataReaderPolicy<QosReaderDataLifecycle>
| Constructor and Description |
|---|
QosReaderDataLifecycle(long autopurge_nowriter_samples_delay,
long autopurge_disposed_samples_delay) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAutopurgeDisposedSamplesDelay() |
long |
getAutopurgeNoWriterSamplesDelay() |
boolean |
isCompatible(QosReaderDataLifecycle requested)
Checks, if this QosPolicy is compatible with other QosPolicy.
|
public QosReaderDataLifecycle(long autopurge_nowriter_samples_delay,
long autopurge_disposed_samples_delay)
public long getAutopurgeDisposedSamplesDelay()
public long getAutopurgeNoWriterSamplesDelay()
public boolean isCompatible(QosReaderDataLifecycle requested)
QosPolicyisCompatible in interface QosPolicy<QosReaderDataLifecycle>requested - Requested QosPolicyCopyright © 2016. All rights reserved.