public interface DataWriterQos extends EntityQos<QosPolicy.ForDataWriter>
Modifier and Type | Method and Description |
---|---|
Deadline |
getDeadline() |
DestinationOrder |
getDestinationOrder() |
Durability |
getDurability() |
DurabilityService |
getDurabilityService() |
History |
getHistory() |
LatencyBudget |
getLatencyBudget() |
Lifespan |
getLifespan() |
Liveliness |
getLiveliness() |
Ownership |
getOwnership() |
OwnershipStrength |
getOwnershipStrength() |
Reliability |
getReliability() |
DataRepresentation |
getRepresentation() |
ResourceLimits |
getResourceLimits() |
TransportPriority |
getTransportPriority() |
TypeConsistencyEnforcement |
getTypeConsistency() |
UserData |
getUserData() |
WriterDataLifecycle |
getWriterDataLifecycle() |
DataWriterQos |
withPolicies(QosPolicy.ForDataWriter... policy)
Copy this object and override the values of the given policies.
|
DataWriterQos |
withPolicy(QosPolicy.ForDataWriter policy)
Copy this object and override the value of the given policy.
|
get, getPolicyFactory
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
getEnvironment
Durability getDurability()
DurabilityService getDurabilityService()
Deadline getDeadline()
LatencyBudget getLatencyBudget()
Liveliness getLiveliness()
Reliability getReliability()
DestinationOrder getDestinationOrder()
History getHistory()
ResourceLimits getResourceLimits()
TransportPriority getTransportPriority()
Lifespan getLifespan()
UserData getUserData()
Ownership getOwnership()
OwnershipStrength getOwnershipStrength()
WriterDataLifecycle getWriterDataLifecycle()
DataRepresentation getRepresentation()
TypeConsistencyEnforcement getTypeConsistency()
DataWriterQos withPolicy(QosPolicy.ForDataWriter policy)
EntityQos
withPolicy
in interface EntityQos<QosPolicy.ForDataWriter>
EntityQos.withPolicies(QosPolicy...)
DataWriterQos withPolicies(QosPolicy.ForDataWriter... policy)
EntityQos
withPolicies
in interface EntityQos<QosPolicy.ForDataWriter>
EntityQos.withPolicy(QosPolicy)
Copyright © 2014. All rights reserved.