| Interface | Description |
|---|---|
| ConcurrentLinkedDeque.RemovalReportingIterator<E> | |
| ConcurrentPool.ItemFactory<T> |
Factory for creating and closing pooled items.
|
| Class | Description |
|---|---|
| ConcurrentLinkedDeque<E> |
A concurrent linked-list implementation of a
Deque (double-ended queue). |
| 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.
|
| 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 |
Copyright © 2018. All rights reserved.