RTI Connext Java API  Version 5.0.0
DataWriterCacheStatus Class Reference

<<eXtension>> The status of the writer's cache. More...

Inherits Status.

Public Attributes

long sample_count_peak
 Highest number of samples in the writer's queue over the lifetime of the writer.
 
long sample_count
 Number of samples in the writer'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 writer's cache.

Entity:
com.rti.dds.publication.DataWriter

Member Data Documentation

long sample_count_peak

Highest number of samples in the writer's queue over the lifetime of the writer.

long sample_count

Number of samples in the writer's queue.


RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc