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 interface
MetastoreScannableTable
Metastore Scannable Table.Classes in org.apache.bookkeeper.metastore that implement MetastoreTable Modifier and Type Class Description class
InMemoryMetastoreTable
An in-memory implementation of a Metastore table.Methods in org.apache.bookkeeper.metastore that return MetastoreTable Modifier and Type Method Description MetastoreTable
InMemoryMetaStore. createTable(java.lang.String name)
MetastoreTable
MetaStore. 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 void
MetastoreUtils. cleanTable(MetastoreTable table, int numEntriesPerScan)
Clean the given table.
-