| Interface | Description |
|---|---|
| BatchedBlockingQueue<T> |
| Class | Description |
|---|---|
| BatchedArrayBlockingQueue<T> |
This implements a
BlockingQueue backed by an array with fixed capacity. |
| BlockingMpscQueue<T> |
Blocking queue optimized for multiple producers and single consumer.
|
| BusyWait |
Utility class to use "Thread.onSpinWait()" when available.
|
| GrowableMpScArrayConsumerBlockingQueue<T> |
This implements a
BlockingQueue backed by an array with no fixed capacity. |
| RecyclableArrayList<T> |
A simple list which is recyclable.
|
| RecyclableArrayList.Recycler<X> |
An ArrayList recycler.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.