Uses of Package
org.agrona.concurrent.status
-
Packages that use org.agrona.concurrent.status Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage.org.agrona.concurrent.status Counters for indicating status and telemetry which can be put in shared memory for live inspection. -
Classes in org.agrona.concurrent.status used by org.agrona.concurrent Class Description AtomicCounter Atomic counter that is backed by anAtomicBuffer
that can be read across threads and processes.StatusIndicatorReader Reads the value of a counter to indicate current status and what abstraction should be taken. -
Classes in org.agrona.concurrent.status used by org.agrona.concurrent.status Class Description AtomicCounter Atomic counter that is backed by anAtomicBuffer
that can be read across threads and processes.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.CountersReader.CounterConsumer Callback function for consuming basic counter details and value.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 Extends aStatusIndicatorReader
with the ability to set the value so other readers can take action.StatusIndicatorReader Reads the value of a counter to indicate current status and what abstraction should be taken.