Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.DeleteCallback
-
Packages that use AsyncCallback.DeleteCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.DeleteCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.DeleteCallback Modifier and Type Class Description (package private) static classSyncCallbackUtils.SyncDeleteCallbackFields in org.apache.bookkeeper.client declared as AsyncCallback.DeleteCallback Modifier and Type Field Description (package private) AsyncCallback.DeleteCallbackLedgerDeleteOp. cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.DeleteCallback Modifier and Type Method Description voidBookKeeper. asyncDeleteLedger(long lId, AsyncCallback.DeleteCallback cb, java.lang.Object ctx)Deletes a ledger asynchronously.Constructors in org.apache.bookkeeper.client with parameters of type AsyncCallback.DeleteCallback Constructor Description LedgerDeleteOp(BookKeeper bk, BookKeeperClientStats clientStats, long ledgerId, AsyncCallback.DeleteCallback cb, java.lang.Object ctx)Constructor.
-