Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.RecoverCallback
Packages that use AsyncCallback.RecoverCallback
-
Uses of AsyncCallback.RecoverCallback in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.RecoverCallbackModifier and TypeMethodDescriptionvoidBookKeeperAdmin.asyncRecoverBookieData(long lid, Set<BookieId> bookieSrc, boolean dryrun, boolean skipOpenLedgers, AsyncCallback.RecoverCallback callback, Object context) Recover a specific ledger.voidBookKeeperAdmin.asyncRecoverBookieData(Set<BookieId> bookieSrc, boolean dryrun, boolean skipOpenLedgers, boolean skipUnrecoverableLedgers, AsyncCallback.RecoverCallback cb, Object context) voidBookKeeperAdmin.asyncRecoverBookieData(Set<BookieId> bookieSrc, AsyncCallback.RecoverCallback cb, Object context) voidBookKeeperAdmin.asyncRecoverBookieData(BookieId bookieSrc, AsyncCallback.RecoverCallback cb, Object context) Async method to rebuild and recover the ledger fragments data that was stored on the source bookie.