Interface TableDataProvider


public interface TableDataProvider
Table data provider interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Flow.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.