21 package org.opensplice.dds.pub;
68 private static final long serialVersionUID = -3612002704263154280L;
75 this.typeConsistencyEnforcement = typeConsistencyEnforcement;
87 this.typeConsistencyEnforcement = source.typeConsistencyEnforcement;
102 "DurabilityService is only part of the TopicQos, not of the DataWriterQos");
206 return this.typeConsistencyEnforcement;
308 DDS.DataWriterQos oldQos) {
310 if (oldQos == null) {
312 "oldQos parameter is null.");
345 DDS.DataWriterQos old =
new DDS.DataWriterQos();
Specifies the configuration of the durability service.
[optional] Specifies the value of the "strength" used to arbitrate among multiple org...
Specifies the behavior of the org.omg.dds.pub.DataWriter with regards to the life cycle of the data i...
TransportPriority getTransportPriority()
Specifies the maximum acceptable delay from the time the data is written until the data is inserted i...
LatencyBudget getLatencyBudget()
User data not known by the middleware, but distributed by means of built-in topics.
DataRepresentation getRepresentation()
Reliability getReliability()
TypeConsistencyEnforcement getTypeConsistency()
void setupPolicies(Collection< T > policies)
TransportPriority getTransportPriority()
DataRepresentation getRepresentation()
DataWriterQosImpl(OsplServiceEnvironment environment, TypeConsistencyEnforcement typeConsistencyEnforcement, ForDataWriter... policies)
DestinationOrder getDestinationOrder()
static DataWriterQosImpl convert(OsplServiceEnvironment env, DDS.DataWriterQos oldQos)
EXACT_TYPE_TYPE_CONSISTENCY
T put(Class<? extends T > arg0, T arg1)
Reliability getReliability()
A QosPolicy interface that implements this marker interface applies to org.omg.dds.pub.DataWriter Entities.
Liveliness getLiveliness()
DataWriterQos withPolicy(ForDataWriter policy)
static DDS.UserDataQosPolicy convert(OsplServiceEnvironment env, UserData p)
Durability getDurability()
OwnershipStrength getOwnershipStrength()
WriterDataLifecycle getWriterDataLifecycle()
DDS.DataWriterQos convert()
Liveliness getLiveliness()
Determines the mechanism and parameters used by the application to determine whether an org...
DataWriterQosImpl(OsplServiceEnvironment environment)
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
ResourceLimits getResourceLimits()
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).
DataWriterQos withPolicies(ForDataWriter... policy)
Durability getDurability()
HashMap< Class<? extends T >, T > policies
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...
DurabilityService getDurabilityService()
This policy expresses if the data should "outlive" their writing time.
void setupMissingPolicies()
DestinationOrder getDestinationOrder()
org.omg.dds.sub.DataReader expects a new sample updating the value of each instance at least once eve...
void mergeTopicQos(TopicQos topicQos)
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.
LatencyBudget getLatencyBudget()
Specifies the behavior of the Service in the case where the value of a sample changes (one or more ti...