21 package org.opensplice.dds.topic;
77 private static final long serialVersionUID = -1401988185243587729L;
84 this.typeConsistencyEnforcement = typeConsistencyEnforcement;
95 this.typeConsistencyEnforcement = source.typeConsistencyEnforcement;
199 return this.typeConsistencyEnforcement;
276 DDS.TopicQos oldQos) {
278 if (oldQos == null) {
280 "oldQos parameter is null.");
312 DDS.TopicQos old =
new DDS.TopicQos();
Specifies the configuration of the durability service.
TopicQos withPolicies(QosPolicy.ForTopic... policy)
TypeConsistencyEnforcement getTypeConsistency()
Specifies the behavior of the org.omg.dds.sub.DataReader with regards to the life cycle of the data i...
DurabilityService getDurabilityService()
Specifies the maximum acceptable delay from the time the data is written until the data is inserted i...
Filter that allows a org.omg.dds.sub.DataReader to specify that it is interested only in (potentially...
Durability getDurability()
ResourceLimits getResourceLimits()
LatencyBudget getLatencyBudget()
DestinationOrder getDestinationOrder()
User data not known by the middleware, but distributed by means of built-in topics.
Liveliness getLiveliness()
This policy allows the introduction of a logical partition concept inside the "physical" partition in...
TopicQosImpl(OsplServiceEnvironment environment, TypeConsistencyEnforcement typeConsistencyEnforcement, ForTopic... policies)
void setupPolicies(Collection< T > policies)
static TopicQosImpl convert(OsplServiceEnvironment env, DDS.TopicQos oldQos)
EXACT_TYPE_TYPE_CONSISTENCY
T put(Class<? extends T > arg0, T arg1)
TopicQosImpl(OsplServiceEnvironment environment)
Specifies how the samples representing changes to data instances are presented to the subscribing app...
User data not known by the middleware, but distributed by means of built-in topics.
TopicQos withPolicy(QosPolicy.ForTopic policy)
static DDS.UserDataQosPolicy convert(OsplServiceEnvironment env, UserData p)
TransportPriority getTransportPriority()
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.
final OsplServiceEnvironment environment
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.
HashMap< Class<? extends T >, T > policies
Specifies the resources that the Service can consume in order to meet the requested QoS...
Controls the behavior of the org.omg.dds.core.Entity when acting as a factory for other entities...
This policy indicates the level of reliability requested by a org.omg.dds.sub.DataReader or offered b...
DataRepresentation getRepresentation()
This policy expresses if the data should "outlive" their writing time.
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.
void setupMissingPolicies()
Specifies the maximum duration of validity of the data written by the org.omg.dds.pub.DataWriter.
Reliability getReliability()
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...