Uses of Class
org.apache.bookkeeper.mledger.ManagedLedgerException.MetaStoreException
-
Packages that use ManagedLedgerException.MetaStoreException Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedLedgerException.MetaStoreException in org.apache.bookkeeper.mledger
Subclasses of ManagedLedgerException.MetaStoreException in org.apache.bookkeeper.mledger Modifier and Type Class Description static classManagedLedgerException.BadVersionExceptionstatic classManagedLedgerException.MetadataNotFoundException -
Uses of ManagedLedgerException.MetaStoreException in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type ManagedLedgerException.MetaStoreException Modifier and Type Method Description voidMetaStore.MetaStoreCallback. operationFailed(ManagedLedgerException.MetaStoreException e)voidMetaStore.UpdateLedgersIdsCallback. updateLedgersIdsComplete(ManagedLedgerException.MetaStoreException status, org.apache.pulsar.metadata.api.Stat stat)Methods in org.apache.bookkeeper.mledger.impl that throw ManagedLedgerException.MetaStoreException Modifier and Type Method Description java.lang.Iterable<java.lang.String>MetaStore. getManagedLedgers()Get a list of all the managed ledgers in the system.java.lang.Iterable<java.lang.String>MetaStoreImpl. getManagedLedgers()
-