19 package org.omg.dds.topic;
Specifies the configuration of the durability service.
TopicQos withPolicies(QosPolicy.ForTopic... policy)
Specifies the maximum acceptable delay from the time the data is written until the data is inserted i...
LatencyBudget getLatencyBudget()
DataRepresentation getRepresentation()
TransportPriority getTransportPriority()
TopicQos withPolicy(QosPolicy.ForTopic policy)
DestinationOrder getDestinationOrder()
Reliability getReliability()
Liveliness getLiveliness()
TypeConsistencyEnforcement getTypeConsistency()
DurabilityService getDurabilityService()
Determines the mechanism and parameters used by the application to determine whether an org...
This policy is a hint to the infrastructure as to how to set the priority of the underlying transport...
This class is the abstract root for all the QoS policies.
Controls the criteria used to determine the logical order among changes made by org.omg.dds.pub.Publisher entities to the same instance of data (i.e., matching Topic and key).
A QosPolicy interface that implements this marker interface applies to org.omg.dds.topic.Topic Entities.
Durability getDurability()
Specifies the resources that the Service can consume in order to meet the requested QoS...
This policy indicates the level of reliability requested by a org.omg.dds.sub.DataReader or offered b...
This policy expresses if the data should "outlive" their writing time.
The Data-Distribution Service (DDS) relies on the use of QoS.
org.omg.dds.sub.DataReader expects a new sample updating the value of each instance at least once eve...
This QosPolicy specifies whether a DataWriter exclusively may own an instance.
ResourceLimits getResourceLimits()
Specifies the maximum duration of validity of the data written by the org.omg.dds.pub.DataWriter.
User data not known by the middleware, but distributed by means of built-in topics.
Specifies the behavior of the Service in the case where the value of a sample changes (one or more ti...