Uses of Class
org.agrona.concurrent.UnsafeBuffer
Packages that use UnsafeBuffer
Package
Description
Data structures and utilities useful for building high-performance Java applications.
Counters for indicating status and telemetry which can be put in shared memory for live inspection.
-
Uses of UnsafeBuffer in org.agrona
Fields in org.agrona declared as UnsafeBufferModifier and TypeFieldDescriptionprivate final UnsafeBuffer
ExpandableRingBuffer.buffer
private final UnsafeBuffer
MarkFile.buffer
Methods in org.agrona that return UnsafeBufferConstructors in org.agrona with parameters of type UnsafeBufferModifierConstructorDescriptionMarkFile
(UnsafeBuffer buffer, int versionFieldOffset, int timestampFieldOffset) Manage aMarkFile
given a buffer and offsets of version and timestamp. -
Uses of UnsafeBuffer in org.agrona.concurrent.status
Constructors in org.agrona.concurrent.status with parameters of type UnsafeBufferModifierConstructorDescriptionUnsafeBufferPosition
(UnsafeBuffer buffer, int counterId) Map a position over a buffer.UnsafeBufferPosition
(UnsafeBuffer buffer, int counterId, CountersManager countersManager) Map a position over a buffer and this indicator owns the counter for reclamation.