| Interface | Description |
|---|---|
| DeadlineTimerWheel.TimerConsumer |
Consumer of timer entries as deadline to timerId.
|
| DeadlineTimerWheel.TimerHandler |
Handler for expired timers.
|
| 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.
|
| 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 | |
| DeadlineTimerWheel |
Deadline scheduled Timer Wheel (NOT thread safe)
|
| ExpandableArrayBuffer |
Expandable
MutableDirectBuffer that is backed by an array. |
| ExpandableDirectByteBuffer |
Expandable
MutableDirectBuffer that is backed by a direct ByteBuffer. |
| IoUtil |
Collection of IO utilities.
|
| 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. |
| References |
References provides two key helper methods for commonly used idioms on ref types:
References.isCleared(Reference), and References.isReferringTo(Reference, Object). |
| 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.
|
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.