Class PartitionSnapshotFileReader

java.lang.Object
org.gridgain.internal.snapshots.PartitionSnapshotFileReader
All Implemented Interfaces:
AutoCloseable, Iterable<org.apache.ignite.internal.storage.BinaryRowAndRowId>

public class PartitionSnapshotFileReader extends Object implements Iterable<org.apache.ignite.internal.storage.BinaryRowAndRowId>, AutoCloseable
Class for parsing Partition Snapshot files (created by a TableSnapshotWriter).
  • Method Details