Package org.gridgain.internal.recovery
Interface TableDataProvider
public interface TableDataProvider
Table data provider interface.
-
Method Summary
Modifier and TypeMethodDescriptionFlow.Publisher<org.apache.ignite.internal.storage.BinaryRowAndRowId>partitionDataAsync(int partition, ExecutorService executor) Returns publisher with table data reader for provided partition number.
-
Method Details
-
partitionDataAsync
Flow.Publisher<org.apache.ignite.internal.storage.BinaryRowAndRowId> partitionDataAsync(int partition, ExecutorService executor) Returns publisher with table data reader for provided partition number.- Parameters:
partition- Partition number.
-