Uses of Interface
org.agrona.concurrent.status.CountersReader.CounterConsumer
-
Packages that use CountersReader.CounterConsumer Package Description org.agrona.concurrent.status 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.CounterConsumer Modifier and Type Method Description void
CountersReader. forEach(CountersReader.CounterConsumer consumer)
Iterate over the counters and provide the value and basic metadata.
-