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 class
MSException.BadVersionException
A BadVersion exception.static class
MSException.IllegalOpException
Illegal operation exception.static class
MSException.KeyExistsException
Key Exists Exception.static class
MSException.MSInterruptedException
Metastore interruption exception.static class
MSException.NoEntriesException
Exception would be thrown in a cursor if no entries found.static class
MSException.NoKeyException
Exception in cases where there is no key.static class
MSException.OperationFailureException
Operation failure exception.static class
MSException.ServiceDownException
Service down exception.Methods in org.apache.bookkeeper.metastore that return MSException Modifier and Type Method Description static MSException
MSException. create(MSException.Code code)
static MSException
MSException. create(MSException.Code code, java.lang.String errMsg)
static MSException
MSException. 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 void
MetastoreUtils. cleanTable(MetastoreTable table, int numEntriesPerScan)
Clean the given table.T
MetastoreUtils.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
.void
MetastoreUtils.MultiMetastoreCallback. waitUntilAllFinished()
-