Interface TableProvider


public interface TableProvider
Provider for table instances by table id.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.ignite.internal.table.TableImpl
    getTable(int tableId)
    Returns table instance for specified table id.
  • Method Details

    • getTable

      org.apache.ignite.internal.table.TableImpl getTable(int tableId)
      Returns table instance for specified table id.
      Parameters:
      tableId - Table id.