| Interface | Description |
|---|---|
| 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 |
|---|---|
| BitUtil |
Miscellaneous useful functions for dealing with low level bits and bytes.
|
| BufferUtil |
Common functions for buffer implementations.
|
| CloseHelper | |
| ExpandableArrayBuffer |
Expandable
MutableDirectBuffer that is backed by an array. |
| IoUtil |
Collection of IO utilities.
|
| LangUtil |
Grouping of language level utilities to make programming in Java more convenient.
|
| Strings |
Utility functions for using Strings.
|
| SystemUtil |
Utilities for inspecting the system.
|
| TimerWheel | Deprecated |
| UnsafeAccess | |
| Verify |
Various verification checks to be applied in code.
|
| Enum | Description |
|---|---|
| TimerWheel.TimerState |
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.