E - entry typepublic final class ConcurrentLinkedElasticQueue<E> extends AbstractQueue<E> implements com.hazelcast.elastic.queue.ElasticQueue<E>
| Constructor and Description |
|---|
ConcurrentLinkedElasticQueue(EnterpriseSerializationService ss,
com.hazelcast.internal.memory.MemoryAllocator malloc) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
destroy() |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
boolean |
offer(E e) |
E |
peek() |
E |
poll() |
int |
size() |
add, addAll, element, removecontains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, equals, hashCode, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArraypublic ConcurrentLinkedElasticQueue(EnterpriseSerializationService ss, com.hazelcast.internal.memory.MemoryAllocator malloc)
public int size()
size in interface Collection<E>size in class AbstractCollection<E>public boolean isEmpty()
isEmpty in interface Collection<E>isEmpty in class AbstractCollection<E>public void clear()
clear in interface Collection<E>clear in class AbstractQueue<E>public void destroy()
destroy in interface com.hazelcast.elastic.queue.ElasticQueue<E>Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.