Uses of Class
org.agrona.concurrent.UnsafeBuffer
-
Packages that use UnsafeBuffer Package Description org.agrona Data structures and utilities useful for building high-performance Java applications.org.agrona.concurrent.status 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 UnsafeBuffer Modifier and Type Field Description private UnsafeBuffer
ExpandableRingBuffer. buffer
private UnsafeBuffer
MarkFile. buffer
Methods in org.agrona that return UnsafeBuffer Modifier and Type Method Description UnsafeBuffer
MarkFile. buffer()
Returns the underlyingUnsafeBuffer
.Constructors in org.agrona with parameters of type UnsafeBuffer Constructor Description MarkFile(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 UnsafeBuffer Constructor Description UnsafeBufferPosition(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.
-