Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.BatchedReadEntryCallback
Packages that use BookkeeperInternalCallbacks.BatchedReadEntryCallback
Package
Description
BookKeeper Client.
Classes related to the Bookkeeper protocol.
-
Uses of BookkeeperInternalCallbacks.BatchedReadEntryCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.BatchedReadEntryCallback -
Uses of BookkeeperInternalCallbacks.BatchedReadEntryCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.BatchedReadEntryCallbackModifier and TypeFieldDescription(package private) final BookkeeperInternalCallbacks.BatchedReadEntryCallbackBatchedReadCompletion.cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.BatchedReadEntryCallbackModifier and TypeMethodDescriptiondefault voidBookieClient.batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, Object ctx, int flags) Batch read entries with a null masterkey, disallowing failfast.default voidBookieClient.batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, Object ctx, int flags, byte[] masterKey) Batch read entries, disallowing failfast.voidBookieClient.batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, Object ctx, int flags, byte[] masterKey, boolean allowFastFail) Batch read entries from bookie at addressaddress.voidBookieClientImpl.batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, Object ctx, int flags, byte[] masterKey, boolean allowFastFail) voidPerChannelBookieClient.batchReadEntries(long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, Object ctx, int flags, byte[] masterKey, boolean allowFastFail) Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.BatchedReadEntryCallbackModifierConstructorDescriptionBatchedReadCompletion(CompletionKey key, BookkeeperInternalCallbacks.BatchedReadEntryCallback originalCallback, Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)