Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.ReadLacCallback
Packages that use BookkeeperInternalCallbacks.ReadLacCallback
Package
Description
BookKeeper Client.
Classes related to the Bookkeeper protocol.
-
Uses of BookkeeperInternalCallbacks.ReadLacCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.ReadLacCallbackModifier and TypeClassDescription(package private) classThis represents a pending ReadLac operation. -
Uses of BookkeeperInternalCallbacks.ReadLacCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.ReadLacCallbackModifier and TypeFieldDescription(package private) final BookkeeperInternalCallbacks.ReadLacCallbackReadLacCompletion.cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadLacCallbackModifier and TypeMethodDescriptionvoidBookieClient.readLac(BookieId address, long ledgerId, BookkeeperInternalCallbacks.ReadLacCallback cb, Object ctx) Read the last add confirmed for ledgerledgerIdfrom the bookie ataddress.voidBookieClientImpl.readLac(BookieId addr, long ledgerId, BookkeeperInternalCallbacks.ReadLacCallback cb, Object ctx) voidPerChannelBookieClient.readLac(long ledgerId, BookkeeperInternalCallbacks.ReadLacCallback cb, Object ctx) Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.ReadLacCallbackModifierConstructorDescriptionReadLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.ReadLacCallback originalCallback, Object ctx, long ledgerId, PerChannelBookieClient perChannelBookieClient)