Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.ReadLastConfirmedAndEntryCallback
Packages that use AsyncCallback.ReadLastConfirmedAndEntryCallback
-
Uses of AsyncCallback.ReadLastConfirmedAndEntryCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.ReadLastConfirmedAndEntryCallbackModifier and TypeClassDescription(package private) static classMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadLastConfirmedAndEntryCallbackModifier and TypeMethodDescriptionvoidLedgerHandle.asyncReadLastConfirmedAndEntry(long entryId, long timeOutInMillis, boolean parallel, AsyncCallback.ReadLastConfirmedAndEntryCallback cb, Object ctx) Asynchronous read next entry and the latest last add confirmed.