Uses of Interface
org.apache.bookkeeper.metastore.MetastoreTable
-
Packages that use MetastoreTable Package Description org.apache.bookkeeper.metastore MetaStore-related classes. -
-
Uses of MetastoreTable in org.apache.bookkeeper.metastore
Subinterfaces of MetastoreTable in org.apache.bookkeeper.metastore Modifier and Type Interface Description interfaceMetastoreScannableTableMetastore Scannable Table.Classes in org.apache.bookkeeper.metastore that implement MetastoreTable Modifier and Type Class Description classInMemoryMetastoreTableAn in-memory implementation of a Metastore table.Methods in org.apache.bookkeeper.metastore that return MetastoreTable Modifier and Type Method Description MetastoreTableInMemoryMetaStore. createTable(java.lang.String name)MetastoreTableMetaStore. createTable(java.lang.String name)Create a metastore table.Methods in org.apache.bookkeeper.metastore with parameters of type MetastoreTable Modifier and Type Method Description static voidMetastoreUtils. cleanTable(MetastoreTable table, int numEntriesPerScan)Clean the given table.
-