Uses of Class
org.apache.bookkeeper.metastore.MetastoreException
-
Packages that use MetastoreException Package Description org.apache.bookkeeper.metastore MetaStore-related classes. -
-
Uses of MetastoreException in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore that throw MetastoreException Modifier and Type Method Description static MetaStore
MetastoreFactory. createMetaStore(java.lang.String name)
MetastoreScannableTable
MetaStore. createScannableTable(java.lang.String name)
Create a scannable metastore table.MetastoreTable
MetaStore. createTable(java.lang.String name)
Create a metastore table.void
InMemoryMetaStore. init(org.apache.commons.configuration.Configuration conf, int msVersion)
void
MetaStore. init(org.apache.commons.configuration.Configuration config, int msVersion)
Initialize the meta store.
-