Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.IsClosedCallback
-
Packages that use AsyncCallback.IsClosedCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.IsClosedCallback in org.apache.bookkeeper.client
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.IsClosedCallback Modifier and Type Method Description void
BookKeeper. asyncIsClosed(long lId, AsyncCallback.IsClosedCallback cb, java.lang.Object ctx)
Check asynchronously whether the ledger with identifier lId has been closed.
-