| Interface | Description |
|---|---|
| NbpQueueDrain<T,U> | |
| QueueDrain<T,U> |
| Class | Description |
|---|---|
| AppendOnlyLinkedArrayList<T> |
A linked-array-list implementation that only supports appending and consumption.
|
| LinkedArrayList |
A list implementation which combines an ArrayList with a LinkedList to
avoid copying values when the capacity needs to be increased.
|
| OpenHashSet<T> |
A simple open hash set with add, remove and clear capabilities only.
|
| Pow2 |
| Enum | Description |
|---|---|
| BackpressureHelper |
Utility class to help with backpressure-related operations such as request aggregation.
|
| Exceptions | |
| NotificationLite |
Lightweight notification handling utility class.
|
| QueueDrainHelper |
Utility class to help with the queue-drain serialization idiom.
|
| TerminalAtomicsHelper |
Helper class to handle copy-on-write arrays plus terminal state for arbitrary references.
|