Uses of Interface
org.apache.bookkeeper.metastore.MetastoreTable
Packages that use MetastoreTable
-
Uses of MetastoreTable in org.apache.bookkeeper.metastore
Subinterfaces of MetastoreTable in org.apache.bookkeeper.metastoreModifier and TypeInterfaceDescriptioninterfaceMetastore Scannable Table.Classes in org.apache.bookkeeper.metastore that implement MetastoreTableModifier and TypeClassDescriptionclassAn in-memory implementation of a Metastore table.Methods in org.apache.bookkeeper.metastore that return MetastoreTableModifier and TypeMethodDescriptionInMemoryMetaStore.createTable(String name) MetaStore.createTable(String name) Create a metastore table.Methods in org.apache.bookkeeper.metastore with parameters of type MetastoreTableModifier and TypeMethodDescriptionstatic voidMetastoreUtils.cleanTable(MetastoreTable table, int numEntriesPerScan) Clean the given table.