RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
DataReaderCacheStatus Class Reference

<<extension>> The status of the reader's cache. More...

Inherits Status.

Public Attributes

long sample_count_peak
 The highest number of samples in the reader's queue over the lifetime of the reader.
 
long sample_count
 The number of samples in the reader's queue.
 

Additional Inherited Members

- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

Detailed Description

<<extension>> The status of the reader's cache.

Entity:
com.rti.dds.subscription.DataReader

Member Data Documentation

long sample_count_peak

The highest number of samples in the reader's queue over the lifetime of the reader.

long sample_count

The number of samples in the reader's queue.

includes samples that may not yet be available to be read or taken by the user, due to samples being received out of order or PRESENTATION


RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc