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 MetaStoreMetastoreFactory. createMetaStore(java.lang.String name)MetastoreScannableTableMetaStore. createScannableTable(java.lang.String name)Create a scannable metastore table.MetastoreTableMetaStore. createTable(java.lang.String name)Create a metastore table.voidInMemoryMetaStore. init(org.apache.commons.configuration2.Configuration conf, int msVersion)voidMetaStore. init(org.apache.commons.configuration2.Configuration config, int msVersion)Initialize the meta store.
-