Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.ReadLastConfirmedCallback
-
Packages that use AsyncCallback.ReadLastConfirmedCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.ReadLastConfirmedCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.ReadLastConfirmedCallback Modifier and Type Class Description (package private) static class
SyncCallbackUtils.FutureReadLastConfirmed
(package private) static class
SyncCallbackUtils.SyncReadLastConfirmedCallback
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadLastConfirmedCallback Modifier and Type Method Description void
LedgerHandle. asyncReadExplicitLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, java.lang.Object ctx)
Obtains asynchronously the explicit last add confirmed from a quorum of bookies.void
LedgerHandle. asyncReadLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, java.lang.Object ctx)
Obtains asynchronously the last confirmed write from a quorum of bookies.void
LedgerHandle. asyncTryReadLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, java.lang.Object ctx)
Obtains asynchronously the last confirmed write from a quorum of bookies.
-