Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.ReadCallback
-
Packages that use AsyncCallback.ReadCallback Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.ReadCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.ReadCallback Modifier and Type Class Description (package private) static classSyncCallbackUtils.SyncReadCallbackMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadCallback Modifier and Type Method Description voidLedgerHandle. asyncBatchReadEntries(long startEntry, int maxCount, long maxSize, AsyncCallback.ReadCallback cb, java.lang.Object ctx)Read a sequence of entries in asynchronously.(package private) voidLedgerHandle. asyncBatchReadEntriesInternal(long startEntry, int maxCount, long maxSize, AsyncCallback.ReadCallback cb, java.lang.Object ctx, boolean isRecoveryRead)voidLedgerHandle. asyncBatchReadUnconfirmedEntries(long startEntry, int maxCount, long maxSize, AsyncCallback.ReadCallback cb, java.lang.Object ctx)Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.voidLedgerHandle. asyncReadEntries(long firstEntry, long lastEntry, AsyncCallback.ReadCallback cb, java.lang.Object ctx)Read a sequence of entries asynchronously.(package private) voidLedgerHandle. asyncReadEntriesInternal(long firstEntry, long lastEntry, AsyncCallback.ReadCallback cb, java.lang.Object ctx, boolean isRecoveryRead)voidLedgerHandle. asyncReadLastEntry(AsyncCallback.ReadCallback cb, java.lang.Object ctx)voidReadOnlyLedgerHandle. asyncReadLastEntry(AsyncCallback.ReadCallback cb, java.lang.Object ctx)voidLedgerHandle. asyncReadUnconfirmedEntries(long firstEntry, long lastEntry, AsyncCallback.ReadCallback cb, java.lang.Object ctx)Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.
-