Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- align(int, int) - Static method in class gc.garcol.libcore.BitUtil
-
Align a value to the next multiple up of alignment.
- ALIGNMENT - Static variable in class gc.garcol.libcore.OneToManyRingBuffer
-
Alignment as a multiple of bytes for each record.
- array(ByteBuffer) - Static method in class gc.garcol.libcore.BufferUtil
-
Returns the underlying byte array of the given ByteBuffer.
- ARRAY_BASE_OFFSET - Static variable in class gc.garcol.libcore.BufferUtil
-
The base offset of the byte array in memory.
- arrayOffset(ByteBuffer) - Static method in class gc.garcol.libcore.BufferUtil
-
Returns the offset of the underlying byte array in the given ByteBuffer.
B
- BitUtil - Class in gc.garcol.libcore
-
Reference to the Agrona BitUtil class.
- BufferUtil - Class in gc.garcol.libcore
-
Utility class for working with ByteBuffers using VarHandles.
- BYTE_BUFFER_HB_HANDLE - Static variable in class gc.garcol.libcore.BufferUtil
-
VarHandle for accessing the "hb" field in ByteBuffer.
- BYTE_BUFFER_OFFSET_HANDLE - Static variable in class gc.garcol.libcore.BufferUtil
-
VarHandle for accessing the "offset" field in ByteBuffer.
- ByteBufferUtil - Class in gc.garcol.libcore
-
Utility class for working with ByteBuffers.
C
- checkArgument(boolean, String) - Static method in class gc.garcol.libcore.Preconditions
-
Checks if the provided argument condition is true.
- checkMsgLength(int, int) - Static method in class gc.garcol.libcore.RingBufferUtil
-
Checks if the message length is within the valid range.
- clearBytes(int, int) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Clears bytes in the specified range by setting them to zero.
F
- flip(long) - Static method in class gc.garcol.libcore.RingBufferUtil
-
Extracts the flip bit from a position.
- fullFence() - Static method in class gc.garcol.libcore.MemoryAccess
-
Ensures that all previous loads and stores are visible to subsequent loads and stores.
G
- gc.garcol.libcore - package gc.garcol.libcore
- getBytes(int, ByteBuffer, int, int) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Gets bytes from this buffer into the specified ByteBuffer.
- getInt(int) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Gets an integer value from the specified index.
- getLong(int) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Gets a long value from the specified index.
H
- HEADER_LENGTH - Static variable in class gc.garcol.libcore.OneToManyRingBuffer
-
The length of the header in bytes.
L
- loadFence() - Static method in class gc.garcol.libcore.MemoryAccess
-
Ensures that all previous loads are visible to subsequent loads.
M
- MemoryAccess - Class in gc.garcol.libcore
-
Utility class for memory access operations using Unsafe.
- MessageHandler - Interface in gc.garcol.libcore
-
Functional interface for handling messages read from a buffer.
O
- offset(long) - Static method in class gc.garcol.libcore.RingBufferUtil
-
Extracts the offset from a position.
- OneToManyRingBuffer - Class in gc.garcol.libcore
-
A ring buffer that supports one producer and multiple consumers.
- OneToManyRingBuffer(int, int) - Constructor for class gc.garcol.libcore.OneToManyRingBuffer
-
Constructs a OneToManyRingBuffer with the specified size and number of consumers.
- onMessage(int, UnsafeBuffer, int, int) - Method in interface gc.garcol.libcore.MessageHandler
-
Called for the processing of each message read from a buffer in turn.
P
- position(int, boolean) - Static method in class gc.garcol.libcore.RingBufferUtil
-
Combines an offset and a flip bit into a position.
- Preconditions - Class in gc.garcol.libcore
-
Utility class for checking preconditions.
- put(ByteBuffer, int, byte[]) - Static method in class gc.garcol.libcore.ByteBufferUtil
-
Puts the given byte array into the specified ByteBuffer at the given index.
- putBytes(int, ByteBuffer, int, int) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Puts bytes from the specified ByteBuffer into this buffer.
- putInt(int, int) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Puts an integer value at the specified index.
- putLong(int, long) - Method in class gc.garcol.libcore.UnsafeBuffer
-
Puts a long value at the specified index.
R
- read(int, MessageHandler) - Method in class gc.garcol.libcore.OneToManyRingBuffer
-
Reads messages from the ring buffer for the specified consumer.
- read(int, MessageHandler, int) - Method in class gc.garcol.libcore.OneToManyRingBuffer
-
Reads messages from the ring buffer for the specified consumer with a limit.
- readOne(int, MessageHandler) - Method in class gc.garcol.libcore.OneToManyRingBuffer
-
Reads one message from the ring buffer for the specified consumer.
- RingBufferUtil - Class in gc.garcol.libcore
-
Utility class for operations related to ring buffers.
S
- sameCircle(boolean, boolean) - Static method in class gc.garcol.libcore.RingBufferUtil
-
Checks if two positions are in the same circle.
- storeFence() - Static method in class gc.garcol.libcore.MemoryAccess
-
Ensures that all previous stores are visible to subsequent stores.
U
- UnsafeBuffer - Class in gc.garcol.libcore
-
A buffer that uses the Unsafe class for fast memory operations.
- UnsafeBuffer(int) - Constructor for class gc.garcol.libcore.UnsafeBuffer
-
Constructs an UnsafeBuffer with the specified initial capacity.
- UnsafeHelper - Class in gc.garcol.libcore
-
Utility class for accessing the Unsafe class.
W
- write(int, ByteBuffer) - Method in class gc.garcol.libcore.OneToManyRingBuffer
-
Writes a message to the ring buffer.
All Classes and Interfaces|All Packages|Constant Field Values