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 class
SyncCallbackUtils.SyncDeleteCallback
Fields in org.apache.bookkeeper.client declared as AsyncCallback.DeleteCallback Modifier and Type Field Description (package private) AsyncCallback.DeleteCallback
LedgerDeleteOp. cb
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.DeleteCallback Modifier and Type Method Description void
BookKeeper. 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.
-