Uses of Class
org.apache.bookkeeper.metastore.MSException
Packages that use MSException
-
Uses of MSException in org.apache.bookkeeper.metastore
Subclasses of MSException in org.apache.bookkeeper.metastoreModifier and TypeClassDescriptionstatic classA BadVersion exception.static classIllegal operation exception.static classKey Exists Exception.static classMetastore interruption exception.static classException would be thrown in a cursor if no entries found.static classException in cases where there is no key.static classOperation failure exception.static classService down exception.Methods in org.apache.bookkeeper.metastore that return MSExceptionModifier and TypeMethodDescriptionstatic MSExceptionMSException.create(MSException.Code code) static MSExceptionMSException.create(MSException.Code code, String errMsg) static MSExceptionMSException.create(MSException.Code code, String errMsg, Throwable cause) Methods in org.apache.bookkeeper.metastore that throw MSExceptionModifier and TypeMethodDescriptionstatic voidMetastoreUtils.cleanTable(MetastoreTable table, int numEntriesPerScan) Clean the given table.MetastoreUtils.SyncMetastoreCallback.getResult()InMemoryMetastoreCursor.readEntries(int numEntries) MetastoreCursor.readEntries(int numEntries) Read entries from the cursor, up to the specifiednumEntries.voidMetastoreUtils.MultiMetastoreCallback.waitUntilAllFinished()