| Interface | Description |
|---|---|
| ElasticQueue<E> | |
| LongBlockingQueue |
Blocking queue for primitive
longs. |
| LongConsumer |
Consumer for primitive
longs. |
| LongQueue |
Queue for primitive
longs. |
| Class | Description |
|---|---|
| LongArrayBlockingQueue |
Implementation of
LongBlockingQueue with an off-heap array. |
| LongArrayQueue |
Implementation of
LongQueue with an off-heap array. |
| LongConcurrentLinkedQueue |
See http://www.cs.rochester.edu/u/scott/papers/1996_PODC_queues.pdf
See ABA problem; http://en.wikipedia.org/wiki/ABA_problem
|
| LongLinkedBlockingQueue |
Implementation of
LongBlockingQueue with a linked list. |
| LongLinkedQueue |
Implementation of
LongQueue with a linked list. |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.