Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.DeleteCallback
Packages that use AsyncCallback.DeleteCallback
-
Uses of AsyncCallback.DeleteCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.DeleteCallbackModifier and TypeClassDescription(package private) static classFields in org.apache.bookkeeper.client declared as AsyncCallback.DeleteCallbackModifier and TypeFieldDescription(package private) final AsyncCallback.DeleteCallbackLedgerDeleteOp.cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.DeleteCallbackModifier and TypeMethodDescriptionvoidBookKeeper.asyncDeleteLedger(long lId, AsyncCallback.DeleteCallback cb, Object ctx) Deletes a ledger asynchronously.Constructors in org.apache.bookkeeper.client with parameters of type AsyncCallback.DeleteCallbackModifierConstructorDescription(package private)LedgerDeleteOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, AsyncCallback.DeleteCallback cb, Object ctx) Constructor.