RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
DestinationOrderQosPolicyScopeKind Class Reference

Scope of source destination order. More...

Inheritance diagram for DestinationOrderQosPolicyScopeKind:
Enum Copyable

Static Public Attributes

static final
DestinationOrderQosPolicyScopeKind 
INSTANCE_SCOPE_DESTINATIONORDER_QOS
 [default] Indicates that data is ordered on a per instance basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.
 
static final
DestinationOrderQosPolicyScopeKind 
TOPIC_SCOPE_DESTINATIONORDER_QOS
 Indicates that data is ordered on a per topic basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant.
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration.
 
final String toString ()
 The string value of this enum constant.
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor.
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Scope of source destination order.

QoS:
com.rti.dds.infrastructure.DestinationOrderQosPolicy

Member Data Documentation

final DestinationOrderQosPolicyScopeKind INSTANCE_SCOPE_DESTINATIONORDER_QOS
static

[default] Indicates that data is ordered on a per instance basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.

The source timestamp of the current sample is compared to the source timestamp of the previously received sample for the same instance. The tolerance check is also applied per instance.

final DestinationOrderQosPolicyScopeKind TOPIC_SCOPE_DESTINATIONORDER_QOS
static

Indicates that data is ordered on a per topic basis if used along with com.rti.dds.infrastructure.DestinationOrderQosPolicyKind.DestinationOrderQosPolicyKind.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS.

The source timestamp of the current sample is compared to the source timestamp of the previously received sample for the same topic. The tolerance check is also applied per topic.


RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc