| Constructor and Description |
|---|
LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator memoryAllocator,
int capacity,
long nullItem) |
LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
int capacity,
LongQueue queue) |
LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
LongQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
clear() |
void |
dispose() |
boolean |
isAvailable() |
boolean |
isEmpty() |
LongIterator |
iterator() |
long |
nullItem() |
boolean |
offer(long value) |
long |
peek() |
long |
poll() |
int |
remainingCapacity() |
int |
size() |
String |
toString() |
public LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator memoryAllocator,
int capacity,
long nullItem)
public LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
LongQueue queue)
public LongArrayQueue(com.hazelcast.internal.memory.MemoryAllocator malloc,
int capacity,
LongQueue queue)
public int remainingCapacity()
remainingCapacity in interface LongQueuepublic void dispose()
dispose in interface com.hazelcast.nio.Disposablepublic LongIterator iterator()
public boolean isAvailable()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.