Package org.gridgain.internal.snapshots
Class TableSnapshotReader
java.lang.Object
org.gridgain.internal.snapshots.TableSnapshotReader
- All Implemented Interfaces:
org.gridgain.internal.recovery.TableDataProvider
public class TableSnapshotReader
extends Object
implements org.gridgain.internal.recovery.TableDataProvider
Class for restoring a Snapshot for a table.
-
Constructor Summary
ConstructorsConstructorDescriptionTableSnapshotReader(TableSnapshotMeta tableSnapshotMeta, SnapshotFileSystem snapshotFileSystem, int version, UUID operationId, int tableId, String tableName, int chunkSize) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionFlow.Publisher<org.apache.ignite.internal.storage.BinaryRowAndRowId>partitionDataAsync(int partition, ExecutorService executorService)
-
Constructor Details
-
TableSnapshotReader
public TableSnapshotReader(TableSnapshotMeta tableSnapshotMeta, SnapshotFileSystem snapshotFileSystem, int version, UUID operationId, int tableId, String tableName, int chunkSize) Constructor.
-
-
Method Details
-
partitionDataAsync
public Flow.Publisher<org.apache.ignite.internal.storage.BinaryRowAndRowId> partitionDataAsync(int partition, ExecutorService executorService) - Specified by:
partitionDataAsyncin interfaceorg.gridgain.internal.recovery.TableDataProvider
-