Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.ReadLastConfirmedAndEntryCallback
-
Packages that use AsyncCallback.ReadLastConfirmedAndEntryCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.ReadLastConfirmedAndEntryCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.ReadLastConfirmedAndEntryCallback Modifier and Type Class Description (package private) static class
SyncCallbackUtils.FutureReadLastConfirmedAndEntry
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadLastConfirmedAndEntryCallback Modifier and Type Method Description void
LedgerHandle. asyncReadLastConfirmedAndEntry(long entryId, long timeOutInMillis, boolean parallel, AsyncCallback.ReadLastConfirmedAndEntryCallback cb, java.lang.Object ctx)
Asynchronous read next entry and the latest last add confirmed.
-