Uses of Class
org.agrona.concurrent.status.StatusIndicatorReader
Packages that use StatusIndicatorReader
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.
-
Uses of StatusIndicatorReader in org.agrona.concurrent
Fields in org.agrona.concurrent declared as StatusIndicatorReaderModifier and TypeFieldDescriptionprivate final StatusIndicatorReader
ControllableIdleStrategy.statusIndicator
Constructors in org.agrona.concurrent with parameters of type StatusIndicatorReaderModifierConstructorDescriptionControllableIdleStrategy
(StatusIndicatorReader statusIndicator) Configure idle strategy taking an indicator of which strategy should be applied. -
Uses of StatusIndicatorReader in org.agrona.concurrent.status
Subclasses of StatusIndicatorReader in org.agrona.concurrent.statusModifier and TypeClassDescriptionclass
Extends aStatusIndicatorReader
with the ability to set the value so other readers can take action.class
StatusIndicator
which wraps anAtomicBuffer
with a given counter id.