Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteLacCallback
Packages that use BookkeeperInternalCallbacks.WriteLacCallback
Package
Description
BookKeeper Client.
Classes related to the Bookkeeper protocol.
-
Uses of BookkeeperInternalCallbacks.WriteLacCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.WriteLacCallbackModifier and TypeClassDescription(package private) classThis represents a pending WriteLac operation. -
Uses of BookkeeperInternalCallbacks.WriteLacCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.WriteLacCallbackModifier and TypeFieldDescription(package private) final BookkeeperInternalCallbacks.WriteLacCallbackWriteLacCompletion.cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.WriteLacCallbackModifier and TypeMethodDescriptionvoidBookieClient.writeLac(BookieId address, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, Object ctx) Explicitly write the last add confirmed for ledgerledgerIdto the bookie ataddress.voidBookieClientImpl.writeLac(BookieId addr, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, Object ctx) (package private) voidPerChannelBookieClient.writeLac(long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, Object ctx) Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.WriteLacCallbackModifierConstructorDescriptionWriteLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteLacCallback originalCallback, Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)