Interface | Description |
---|---|
ConcurrentLinkedDeque.RemovalReportingIterator<E> | |
ConcurrentPool.ItemFactory<T> |
Factory for creating and closing pooled items.
|
Pool<T> | |
SniSslHelper |
Class | Description |
---|---|
ConcurrentLinkedDeque<E> |
A concurrent linked-list implementation of a
Deque (double-ended queue). |
ConcurrentLinkedDeque.Node<E> |
Linked Nodes.
|
ConcurrentPool<T> |
A concurrent pool implementation.
|
IndexMap |
Efficiently maps each integer in a set to another integer in a set, useful for merging bulk write errors when a bulk write must be
split into multiple batches.
|
IndexMap.HashBased | |
IndexMap.RangeBased | |
Java8SniSslHelper | |
NoOpSessionContext |
A SessionContext implementation that does nothing and reports that it has no session.
|
PowerOfTwoBufferPool |
Power-of-two buffer pool implementation.
|
SslHelper |
This class should not be considered a part of the public API.
|
Enum | Description |
---|---|
ConcurrentPool.Prune |