See: Description
| Interface | Description |
|---|---|
| DeadlineTimerWheel.TimerConsumer |
Consumer of timer entries as deadline to timerId.
|
| DeadlineTimerWheel.TimerHandler |
Handler for processing expired timers.
|
| DelegatingErrorHandler |
ErrorHandler that can insert into a chain of responsibility, so it handles an error and then delegates
on to the next in the chain. |
| DirectBuffer |
Abstraction over a range of buffer types that allows fields to be read in native typed fashion.
|
| ErrorHandler |
Callback interface for handling an error/exception that has occurred when processing an operation or event.
|
| ExpandableRingBuffer.MessageConsumer |
Consumers of messages implement this interface and pass it to
ExpandableRingBuffer.consume(MessageConsumer, int). |
| ManagedResource |
Implementations of this interface can a resource that need to have external state tracked for deletion.
|
| MutableDirectBuffer |
Abstraction over a range of buffer types that allows fields to be written in native typed fashion.
|
| Class | Description |
|---|---|
| AsciiEncoding |
Helper for dealing with ASCII encoding of numbers.
|
| AsciiSequenceView |
View over a
DirectBuffer which contains an ASCII string for a given range. |
| BitUtil |
Miscellaneous useful functions for dealing with low level bits and bytes.
|
| BufferUtil |
Common functions for buffer implementations.
|
| CloseHelper |
Utility functions to help with using
AutoCloseable resources. |
| DeadlineTimerWheel |
Timer Wheel for timers scheduled to expire on a deadline, (NOT thread safe).
|
| ExpandableArrayBuffer |
Expandable
MutableDirectBuffer that is backed by an array. |
| ExpandableDirectByteBuffer |
Expandable
MutableDirectBuffer that is backed by a direct ByteBuffer. |
| ExpandableRingBuffer |
Ring-buffer for storing messages which can expand to accommodate the messages written into it.
|
| IoUtil |
Collection of IO utilities for dealing with files, especially mapping and un-mapping.
|
| LangUtil |
Grouping of language level utilities to make programming in Java more convenient.
|
| MarkFile |
A
MarkFile is used to mark the presence of a running component and to track liveness. |
| PrintBufferUtil |
Useful utils to hex dump the Agrona's buffers.
|
| References |
References provides two key helper methods for commonly used idioms on ref types:
References.isCleared(Reference), and References.isReferringTo(Reference, Object). |
| SemanticVersion |
Store and extract a semantic version in a 4 byte integer.
|
| Strings |
Utility functions for using Strings.
|
| SystemUtil |
Utilities for inspecting the system.
|
| UnsafeAccess |
Obtain access the the
Unsafe class for direct memory operations. |
| Verify |
Various verification checks to be applied in code.
|
| Enum | Description |
|---|---|
| PropertyAction |
Action to be taken for each property loaded into system properties.
|
| Exception | Description |
|---|---|
| AsciiNumberFormatException |
Thrown when parsing an ASCII string and finding characters that are not digits.
|
Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.