| Package | Description |
|---|---|
| com.hazelcast.elastic.queue |
Off-heap queues.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongBlockingQueue
Blocking queue for primitive
longs. |
| Modifier and Type | Class and Description |
|---|---|
class |
LongArrayBlockingQueue
Implementation of
LongBlockingQueue with an off-heap array. |
class |
LongArrayQueue
Implementation of
LongQueue with an off-heap array. |
class |
LongConcurrentLinkedQueue
See http://www.cs.rochester.edu/u/scott/papers/1996_PODC_queues.pdf
See ABA problem; http://en.wikipedia.org/wiki/ABA_problem
|
class |
LongLinkedBlockingQueue
Implementation of
LongBlockingQueue with a linked list. |
class |
LongLinkedQueue
Implementation of
LongQueue with a linked list. |
| Constructor and Description |
|---|
LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
int capacity,
LongQueue queue) |
LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
LongQueue queue) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.