RTI Connext Java API  Version 5.0.0
RefilterQosPolicyKind Class Reference

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

Inheritance diagram for RefilterQosPolicyKind:
Enum Copyable

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.
 

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.
 

Detailed Description

Member Data Documentation

final RefilterQosPolicyKind NONE_REFILTER_QOS
static

[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.

final RefilterQosPolicyKind ALL_REFILTER_QOS
static

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.

final RefilterQosPolicyKind ON_DEMAND_REFILTER_QOS
static

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 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc