Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadEntryCallback
Packages that use BookkeeperInternalCallbacks.ReadEntryCallback
Package
Description
BookKeeper Client.
Classes related to the Bookkeeper protocol.
-
Uses of BookkeeperInternalCallbacks.ReadEntryCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.ReadEntryCallbackModifier and TypeClassDescription(package private) class(package private) class(package private) classSequence of entries of a ledger that represents a pending read operation.(package private) classLong poll read operation.(package private) classThis class encapsulated the read last confirmed operation.(package private) classThis 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.ReadEntryCallbackModifier and TypeFieldDescription(package private) final BookkeeperInternalCallbacks.ReadEntryCallbackReadCompletion.cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadEntryCallbackModifier and TypeMethodDescriptiondefault voidBookieClient.readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, Object ctx, int flags) Read entry with a null masterkey, disallowing failfast.default voidBookieClient.readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, Object ctx, int flags, byte[] masterKey) Read entry, disallowing failfast.voidBookieClient.readEntry(BookieId address, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, 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, Object ctx, int flags) voidBookieClientImpl.readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, Object ctx, int flags, byte[] masterKey) voidBookieClientImpl.readEntry(BookieId addr, long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, Object ctx, int flags, byte[] masterKey, boolean allowFastFail) voidPerChannelBookieClient.readEntry(long ledgerId, long entryId, BookkeeperInternalCallbacks.ReadEntryCallback cb, 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, 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, Object ctx) voidPerChannelBookieClient.readEntryWaitForLACUpdate(long ledgerId, long entryId, long previousLAC, long timeOutInMillis, boolean piggyBackEntry, BookkeeperInternalCallbacks.ReadEntryCallback cb, Object ctx) Long Poll Reads.Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadEntryCallbackModifierConstructorDescriptionReadCompletion(CompletionKey key, BookkeeperInternalCallbacks.ReadEntryCallback originalCallback, Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)