Uses of Class
org.agrona.concurrent.status.StatusIndicatorReader
-
Packages that use StatusIndicatorReader 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. -
-
Uses of StatusIndicatorReader in org.agrona.concurrent
Fields in org.agrona.concurrent declared as StatusIndicatorReader Modifier and Type Field Description private StatusIndicatorReader
ControllableIdleStrategy. statusIndicator
Constructors in org.agrona.concurrent with parameters of type StatusIndicatorReader Constructor Description ControllableIdleStrategy(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.status Modifier and Type Class Description class
StatusIndicator
Extends aStatusIndicatorReader
with the ability to set the value so other readers can take action.class
UnsafeBufferStatusIndicator
StatusIndicator
which wraps anAtomicBuffer
with a given counter id.
-