RTI Connext Java API
Version 5.1.0
|
<<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, including unregister and dispose samples. | |
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) |
<<eXtension>> The status of the writer's cache.
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, including unregister and dispose samples.