E
- @Beta public interface ReadResultSet<E> extends Iterable<E>
Ringbuffer.readManyAsync(long, int, int, com.hazelcast.core.IFunction)
operation.
Important:
If an item is retrieved multiple times from the result set, a new instance is returned for every invocation. This is done
to prevent unexpected sharing if the ICompletableFuture
is shared between multiple threads.int readCount()
E get(int index)
index
- the indexIllegalArgumentException
- if index out of bounds.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.