Package | Description |
---|---|
com.hazelcast.internal.util.concurrent |
Concurrent queues etc.
|
com.hazelcast.util.collection |
The Agrona project backport: collections.
|
Modifier and Type | Method and Description |
---|---|
int |
OneToOneConcurrentArrayQueue.drain(Consumer<E> elementHandler) |
int |
Pipe.drain(Consumer<E> elementHandler)
Invoke a
Consumer callback on each elements to drain the collection of elements until it is empty. |
int |
ManyToOneConcurrentArrayQueue.drain(Consumer<E> elementHandler) |
Modifier and Type | Method and Description |
---|---|
void |
BiInt2ObjectMap.forEach(Consumer<V> consumer)
Iterate over the values in the map
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.