Class TableInfo

java.lang.Object
org.gridgain.internal.recovery.TableInfo

public class TableInfo extends Object
Class containing information about a table being restored.
  • Constructor Details

    • TableInfo

      public TableInfo(TableDataProvider dataProvider, @Nullable @Nullable org.apache.ignite.internal.schema.BinaryRowUpgrader binaryRowUpgrader, org.apache.ignite.internal.table.distributed.PartitionSet partitions, int tableId, int zoneId)
      Constructor.
  • Method Details

    • dataProvider

      public TableDataProvider dataProvider()
    • binaryRowUpgrader

      @Nullable public @Nullable org.apache.ignite.internal.schema.BinaryRowUpgrader binaryRowUpgrader()
    • partitions

      public org.apache.ignite.internal.table.distributed.PartitionSet partitions()
    • tableId

      public int tableId()
    • zoneId

      public int zoneId()