Uses of Interface
org.agrona.concurrent.status.CountersReader.CounterConsumer
Packages that use CountersReader.CounterConsumer
Package
Description
Counters for indicating status and telemetry which can be put in shared memory for live inspection.
-
Uses of CountersReader.CounterConsumer in org.agrona.concurrent.status
Methods in org.agrona.concurrent.status with parameters of type CountersReader.CounterConsumerModifier and TypeMethodDescriptionvoid
CountersReader.forEach
(CountersReader.CounterConsumer consumer) Iterate over the counters and provide the value and basic metadata.