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