19 package org.omg.dds.core.policy;
21 import java.util.concurrent.TimeUnit;
103 long serviceCleanupDelay,
155 int maxSamplesPerInstance);
Specifies the configuration of the durability service.
DurabilityService withMaxSamples(int maxSamples)
Copy this policy and override the value of the property.
int getMaxSamplesPerInstance()
DurabilityService withMaxSamplesPerInstance(int maxSamplesPerInstance)
Copy this policy and override the value of the property.
A QosPolicy interface that implements this marker interface applies to org.omg.dds.pub.DataWriter Entities.
Duration getServiceCleanupDelay()
DurabilityService withHistoryDepth(int historyDepth)
Copy this policy and override the value of the property.
This class is the abstract root for all the QoS policies.
DurabilityService withServiceCleanupDelay(Duration serviceCleanupDelay)
Copy this policy and override the value of the property.
History.Kind getHistoryKind()
DurabilityService withMaxInstances(int maxInstances)
Copy this policy and override the value of the property.
DurabilityService withHistoryKind(History.Kind historyKind)
Copy this policy and override the value of the property.
A QosPolicy interface that implements this marker interface applies to org.omg.dds.topic.Topic Entities.
A span of elapsed time expressed with nanosecond precision.
Specifies the behavior of the Service in the case where the value of a sample changes (one or more ti...