Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.BatchedReadEntryCallback
-
Packages that use BookkeeperInternalCallbacks.BatchedReadEntryCallback Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto 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 Modifier and Type Class Description class
BatchedReadOp
-
Uses of BookkeeperInternalCallbacks.BatchedReadEntryCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.BatchedReadEntryCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.BatchedReadEntryCallback
PerChannelBookieClient.BatchedReadCompletion. cb
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.BatchedReadEntryCallback Modifier and Type Method Description default void
BookieClient. batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, java.lang.Object ctx, int flags)
Batch read entries with a null masterkey, disallowing failfast.default void
BookieClient. batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey)
Batch read entries, disallowing failfast.void
BookieClient. batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)
Batch read entries from bookie at addressaddress
.void
BookieClientImpl. batchReadEntries(BookieId address, long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)
void
PerChannelBookieClient. batchReadEntries(long ledgerId, long startEntryId, int maxCount, long maxSize, BookkeeperInternalCallbacks.BatchedReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)
Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.BatchedReadEntryCallback Constructor Description BatchedReadCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.BatchedReadEntryCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId)
-