| Interface | Description |
|---|---|
| EventQueue |
A queue that processes events.
|
| EventQueue.Entry |
Base interface to be used for all entries in
EventQueue. |
| Class | Description |
|---|---|
| CheckerFrameworkUtils |
Utility methods for suppressing nullness warnings and working around Checker Framework issues.
|
| CurrentState |
The current state base implementation for stats and tags.
|
| DaemonThreadFactory |
A
ThreadFactory implementation that starts all Thread as daemons. |
| NoopScope |
A
Scope that does nothing when it is created or closed. |
| SimpleEventQueue |
An
EventQueue that processes events in the current thread. |
| TimestampConverter |
This class provides a mechanism for converting
nanoTime values to
Timestamp. |
| Utils |
General internal utility methods.
|
| VarInt |
Common methods to encode and decode varints and varlongs into ByteBuffers and arrays.
|
| Enum | Description |
|---|---|
| CurrentState.State |
Current state for stats or tags.
|