Uses of Package
org.agrona.concurrent.status
Packages that use org.agrona.concurrent.status
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
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.concurrentClassDescriptionAtomic counter that is backed by an
AtomicBuffer
that can be read across threads and processes.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.statusClassDescriptionAtomic counter that is backed by an
AtomicBuffer
that can be read across threads and processes.Manages the allocation and freeing of counters that are normally stored in a memory-mapped file.Reads the counters metadata and values buffers.Callback function for consuming basic counter details and value.Callback function for consuming metadata records of counters.Reports on how far through a buffer some component has progressed.Indicates how far through an abstract task a component has progressed as a counter value.Extends aStatusIndicatorReader
with the ability to set the value so other readers can take action.Reads the value of a counter to indicate current status and what abstraction should be taken.