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 TypeClassDescriptionclassA thread safe extension ofCountersManagerwhich allows intra-process read and write access to the same counters buffer.classManages the allocation and freeing of counters that are normally stored in a memory-mapped file.