Package | Description |
---|---|
org.omg.dds.core.policy | |
org.omg.dds.pub |
The Publication Module contains the
Publisher and
DataWriter interfaces as well as the
PublisherListener and
DataWriterListener interfaces, and more generally,
all that is needed on the publication side. |
org.omg.dds.topic |
The Topic-Definition Module contains the
Topic ,
ContentFilteredTopic , and
MultiTopic interfaces, the
TopicListener interface, and more generally, all
that is needed by the application to define Topic objects and attach QoS
policies to them. |
Modifier and Type | Method and Description |
---|---|
abstract DurabilityService |
PolicyFactory.DurabilityService() |
DurabilityService |
DurabilityService.withHistoryDepth(int historyDepth)
Copy this policy and override the value of the property.
|
DurabilityService |
DurabilityService.withHistoryKind(History.Kind historyKind)
Copy this policy and override the value of the property.
|
DurabilityService |
DurabilityService.withMaxInstances(int maxInstances)
Copy this policy and override the value of the property.
|
DurabilityService |
DurabilityService.withMaxSamples(int maxSamples)
Copy this policy and override the value of the property.
|
DurabilityService |
DurabilityService.withMaxSamplesPerInstance(int maxSamplesPerInstance)
Copy this policy and override the value of the property.
|
DurabilityService |
DurabilityService.withServiceCleanupDelay(Duration serviceCleanupDelay)
Copy this policy and override the value of the property.
|
DurabilityService |
DurabilityService.withServiceCleanupDelay(long serviceCleanupDelay,
TimeUnit unit)
Copy this policy and override the value of the property.
|
Modifier and Type | Method and Description |
---|---|
DurabilityService |
DataWriterQos.getDurabilityService() |
Modifier and Type | Method and Description |
---|---|
DurabilityService |
TopicQos.getDurabilityService() |
DurabilityService |
TopicBuiltinTopicData.getDurabilityService() |
DurabilityService |
PublicationBuiltinTopicData.getDurabilityService() |
Copyright © 2014. All rights reserved.