Uses of Class
org.apache.bookkeeper.metastore.MSException
-
Packages that use MSException Package Description org.apache.bookkeeper.metastore MetaStore-related classes. -
-
Uses of MSException in org.apache.bookkeeper.metastore
Subclasses of MSException in org.apache.bookkeeper.metastore Modifier and Type Class Description static classMSException.BadVersionExceptionA BadVersion exception.static classMSException.IllegalOpExceptionIllegal operation exception.static classMSException.KeyExistsExceptionKey Exists Exception.static classMSException.MSInterruptedExceptionMetastore interruption exception.static classMSException.NoEntriesExceptionException would be thrown in a cursor if no entries found.static classMSException.NoKeyExceptionException in cases where there is no key.static classMSException.OperationFailureExceptionOperation failure exception.static classMSException.ServiceDownExceptionService down exception.Methods in org.apache.bookkeeper.metastore that return MSException Modifier and Type Method Description static MSExceptionMSException. create(MSException.Code code)static MSExceptionMSException. create(MSException.Code code, java.lang.String errMsg)static MSExceptionMSException. create(MSException.Code code, java.lang.String errMsg, java.lang.Throwable cause)Methods in org.apache.bookkeeper.metastore that throw MSException Modifier and Type Method Description static voidMetastoreUtils. cleanTable(MetastoreTable table, int numEntriesPerScan)Clean the given table.TMetastoreUtils.SyncMetastoreCallback. getResult()java.util.Iterator<MetastoreTableItem>InMemoryMetastoreCursor. readEntries(int numEntries)java.util.Iterator<MetastoreTableItem>MetastoreCursor. readEntries(int numEntries)Read entries from the cursor, up to the specifiednumEntries.voidMetastoreUtils.MultiMetastoreCallback. waitUntilAllFinished()
-