Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.ReadLastConfirmedCallback
Packages that use AsyncCallback.ReadLastConfirmedCallback
-
Uses of AsyncCallback.ReadLastConfirmedCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.ReadLastConfirmedCallbackModifier and TypeClassDescription(package private) static class(package private) static classMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadLastConfirmedCallbackModifier and TypeMethodDescriptionvoidLedgerHandle.asyncReadExplicitLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, Object ctx) Obtains asynchronously the explicit last add confirmed from a quorum of bookies.voidLedgerHandle.asyncReadLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, Object ctx) Obtains asynchronously the last confirmed write from a quorum of bookies.voidLedgerHandle.asyncTryReadLastConfirmed(AsyncCallback.ReadLastConfirmedCallback cb, Object ctx) Obtains asynchronously the last confirmed write from a quorum of bookies.