Uses of Class
org.agrona.concurrent.status.CountersReader
-
Packages that use CountersReader 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 in org.agrona.concurrent.status
Subclasses of CountersReader in org.agrona.concurrent.status Modifier and Type Class Description class
ConcurrentCountersManager
A thread safe extension ofCountersManager
which allows intra-process read and write access to the same counters buffer.class
CountersManager
Manages the allocation and freeing of counters that are normally stored in a memory-mapped file.
-