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 classSyncCallbackUtils.FutureReadLastConfirmed(package private) static classSyncCallbackUtils.SyncReadLastConfirmedCallbackMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadLastConfirmedCallback Modifier and Type Method Description voidLedgerHandle. asyncReadExplicitLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, java.lang.Object ctx)Obtains asynchronously the explicit last add confirmed from a quorum of bookies.voidLedgerHandle. asyncReadLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, java.lang.Object ctx)Obtains asynchronously the last confirmed write from a quorum of bookies.voidLedgerHandle. asyncTryReadLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, java.lang.Object ctx)Obtains asynchronously the last confirmed write from a quorum of bookies.
-