public interface DataReaderQos extends EntityQos<QosPolicy.ForDataReader>
Modifier and Type | Method and Description |
---|---|
Deadline |
getDeadline() |
DestinationOrder |
getDestinationOrder() |
Durability |
getDurability() |
History |
getHistory() |
LatencyBudget |
getLatencyBudget() |
Liveliness |
getLiveliness() |
Ownership |
getOwnership() |
ReaderDataLifecycle |
getReaderDataLifecycle() |
DataRepresentation |
getRepresentation() |
ResourceLimits |
getResourceLimits() |
TimeBasedFilter |
getTimeBasedFilter() |
TypeConsistencyEnforcement |
getTypeConsistency() |
UserData |
getUserData() |
DataReaderQos |
withPolicies(QosPolicy.ForDataReader... policy)
Copy this object and override the values of the given policies.
|
DataReaderQos |
withPolicy(QosPolicy.ForDataReader 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()
Deadline getDeadline()
LatencyBudget getLatencyBudget()
Liveliness getLiveliness()
DestinationOrder getDestinationOrder()
History getHistory()
ResourceLimits getResourceLimits()
UserData getUserData()
Ownership getOwnership()
TimeBasedFilter getTimeBasedFilter()
ReaderDataLifecycle getReaderDataLifecycle()
DataRepresentation getRepresentation()
TypeConsistencyEnforcement getTypeConsistency()
DataReaderQos withPolicy(QosPolicy.ForDataReader policy)
EntityQos
withPolicy
in interface EntityQos<QosPolicy.ForDataReader>
EntityQos.withPolicies(QosPolicy...)
DataReaderQos withPolicies(QosPolicy.ForDataReader... policy)
EntityQos
withPolicies
in interface EntityQos<QosPolicy.ForDataReader>
EntityQos.withPolicy(QosPolicy)
Copyright © 2014. All rights reserved.