|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- @Beta public interface ReadResultSet<E>
The result of a 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.
Method Summary | |
---|---|
E |
get(int index)
Gets the item at the given index. |
int |
readCount()
Returns the number of items that have been read before filtering. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
int readCount()
E get(int index)
index
- the index
IllegalArgumentException
- if index out of bounds.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |