RTI Connext Java API  Version 5.1.0
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.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc