Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryCallback
-
Packages that use BookkeeperInternalCallbacks.ReadEntryCallback Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperInternalCallbacks.ReadEntryCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.ReadEntryCallback Modifier and Type Class Description (package private) class
LedgerRecoveryOp.RecoveryReadOp
(package private) class
ListenerBasedPendingReadOp
(package private) class
PendingReadOp
Sequence of entries of a ledger that represents a pending read operation.(package private) class
ReadLastConfirmedAndEntryOp
Long poll read operation.(package private) class
ReadLastConfirmedOp
This class encapsulated the read last confirmed operation.(package private) class
TryReadLastConfirmedOp
This op is try to read last confirmed without involving quorum coverage checking. -
Uses of BookkeeperInternalCallbacks.ReadEntryCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.ReadEntryCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.ReadEntryCallback
PerChannelBookieClient.ReadCompletion. cb
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadEntryCallback Modifier and Type Method Description default void
BookieClient. readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags)
Read entry with a null masterkey, disallowing failfast.default void
BookieClient. readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey)
Read entry, disallowing failfast.void
BookieClient. readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)
Read an entry from bookie at addressaddress
.void
BookieClientImpl. readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags)
void
BookieClientImpl. readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey)
void
BookieClientImpl. readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)
void
PerChannelBookieClient. readEntry(long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)
Normal Reads.void
BookieClient. readEntryWaitForLACUpdate(BookieId address, long ledgerId, long entryId, long previousLAC, long timeOutInMillis, boolean piggyBackEntry, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx)
Send a long poll request to bookie, waiting for the last add confirmed to be updated.void
BookieClientImpl. readEntryWaitForLACUpdate(BookieId addr, long ledgerId, long entryId, long previousLAC, long timeOutInMillis, boolean piggyBackEntry, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx)
void
PerChannelBookieClient. readEntryWaitForLACUpdate(long ledgerId, long entryId, long previousLAC, long timeOutInMillis, boolean piggyBackEntry, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx)
Long Poll Reads.Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadEntryCallback Constructor Description ReadCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.ReadEntryCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId)
-