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) classLedgerRecoveryOp.RecoveryReadOp(package private) classListenerBasedPendingReadOp(package private) classPendingReadOpSequence of entries of a ledger that represents a pending read operation.(package private) classReadLastConfirmedAndEntryOpLong poll read operation.(package private) classReadLastConfirmedOpThis class encapsulated the read last confirmed operation.(package private) classTryReadLastConfirmedOpThis 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.ReadEntryCallbackReadCompletion. cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadEntryCallback Modifier and Type Method Description default voidBookieClient. 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 voidBookieClient. readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey)Read entry, disallowing failfast.voidBookieClient. 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.voidBookieClientImpl. readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags)voidBookieClientImpl. readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey)voidBookieClientImpl. readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)voidPerChannelBookieClient. readEntry(long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx, int flags, byte[] masterKey, boolean allowFastFail)Normal Reads.voidBookieClient. 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.voidBookieClientImpl. readEntryWaitForLACUpdate(BookieId addr, long ledgerId, long entryId, long previousLAC, long timeOutInMillis, boolean piggyBackEntry, BookkeeperInternalCallbacks.ReadEntryCallback cb, java.lang.Object ctx)voidPerChannelBookieClient. 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(CompletionKey key, BookkeeperInternalCallbacks.ReadEntryCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)
-