RefilterQosPolicyKind Class Reference
[HISTORY]

<<eXtension>> Kinds of Refiltering More...

Inheritance diagram for RefilterQosPolicyKind:

Enum Copyable

List of all members.

Static Public Attributes

static final RefilterQosPolicyKind NONE_REFILTER_QOS
 [default] Do not filter existing samples for a new reader
static final RefilterQosPolicyKind ALL_REFILTER_QOS
 Filter all existing samples for a new reader.
static final RefilterQosPolicyKind ON_DEMAND_REFILTER_QOS
 Filter existing samples only when they are requested by the reader.


Detailed Description

<<eXtension>> Kinds of Refiltering

QoS:
com.rti.dds.infrastructure.HistoryQosPolicy

Member Data Documentation

[default] Do not filter existing samples for a new reader

On the publishing side, when a new reader matches a writer, the writer can be configured to filter previously written samples stored in the writer queue for the new reader. This option configures the writer to not filter any existing samples for the reader and the reader will do the filtering.

Filter all existing samples for a new reader.

On the publishing side, when a new reader matches a writer, the writer can be configured to filter previously written samples stored in the writer queue. This option configures the writer to filter all existing samples for the reader when a new reader is matched to the writer.

Filter existing samples only when they are requested by the reader.

On the publishing side, when a new reader matches a writer, the writer can be configured to filter previously written samples stored in the writer queue. This option configures the writer to filter only existing samples that are requested by the reader.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc