Interface SnapshotIterator<K,V>

Type Parameters:
K - the key type of the snapshot region
V - the value type the snapshot region
All Superinterfaces:
AutoCloseable

public interface SnapshotIterator<K,V> extends AutoCloseable
Iterates over the entries in a region snapshot. Holds resources that must be freed via close().
Since:
GemFire 7.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the iterator and its underlying resources.
    boolean
    Returns true if there are more elements in the iteration.
    Returns the next element in the iteration.