Class | Description |
---|---|
AbstractCursor<T> |
Base class for a cursor class holding a collection of items and the next position from which to resume fetching.
|
AbstractMapPartitionIterator<K,V> |
Base class for iterating a partition.
|
AbstractMapQueryPartitionIterator<K,V,R> |
Base class for iterating a partition with a
Predicate and a Projection . |
MapEntriesWithCursor |
Container class for a collection of entries along with an offset from which new entries can be fetched.
|
MapKeysWithCursor |
Container class for a collection of keys along with an offset from which new keys can be fetched.
|
MapPartitionIterator<K,V> |
Iterator for iterating map entries in the
partitionId . |
MapQueryPartitionIterator<K,V,R> |
Iterator for iterating map entries in the
partitionId . |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.