Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.ReadCallback
Packages that use AsyncCallback.ReadCallback
-
Uses of AsyncCallback.ReadCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.ReadCallbackModifier and TypeClassDescription(package private) static classMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.ReadCallbackModifier and TypeMethodDescriptionvoidLedgerHandle.asyncBatchReadEntries(long startEntry, int maxCount, long maxSize, AsyncCallback.ReadCallback cb, Object ctx) Read a sequence of entries in asynchronously.(package private) voidLedgerHandle.asyncBatchReadEntriesInternal(long startEntry, int maxCount, long maxSize, AsyncCallback.ReadCallback cb, Object ctx, boolean isRecoveryRead) voidLedgerHandle.asyncBatchReadUnconfirmedEntries(long startEntry, int maxCount, long maxSize, AsyncCallback.ReadCallback cb, Object ctx) Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.voidLedgerHandle.asyncReadEntries(long firstEntry, long lastEntry, AsyncCallback.ReadCallback cb, Object ctx) Read a sequence of entries asynchronously.(package private) voidLedgerHandle.asyncReadEntriesInternal(long firstEntry, long lastEntry, AsyncCallback.ReadCallback cb, Object ctx, boolean isRecoveryRead) voidLedgerHandle.asyncReadLastEntry(AsyncCallback.ReadCallback cb, Object ctx) voidReadOnlyLedgerHandle.asyncReadLastEntry(AsyncCallback.ReadCallback cb, Object ctx) voidLedgerHandle.asyncReadUnconfirmedEntries(long firstEntry, long lastEntry, AsyncCallback.ReadCallback cb, Object ctx) Read a sequence of entries asynchronously, allowing to read after the LastAddConfirmed range.