| Interface | Description |
|---|---|
| CountersReader.MetaData |
Callback function for consuming metadata records of counters.
|
| Position |
Reports on how far through a buffer some component has progressed.
|
| ReadablePosition |
Indicates how far through an abstract task a component has progressed as a counter value.
|
| StatusIndicator | |
| StatusIndicatorReader |
| Class | Description |
|---|---|
| AtomicCounter |
Atomic counter that is backed by an
AtomicBuffer that can be read across threads and processes. |
| AtomicLongPosition |
Position that is backed by an AtomicLong that is useful for tests. |
| CountersManager |
Manages the allocation and freeing of counters that are normally stored in a memory-mapped file.
|
| CountersReader |
Reads the counters metadata and values buffers.
|
| UnsafeBufferPosition |
Reports a position by recording it in an
UnsafeBuffer. |
| UnsafeBufferStatusIndicator |
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.