Uses of Interface
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.WriteLacCallback
-
Packages that use BookkeeperInternalCallbacks.WriteLacCallback Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperInternalCallbacks.WriteLacCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement BookkeeperInternalCallbacks.WriteLacCallback Modifier and Type Class Description (package private) classPendingWriteLacOpThis represents a pending WriteLac operation. -
Uses of BookkeeperInternalCallbacks.WriteLacCallback in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperInternalCallbacks.WriteLacCallback Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.WriteLacCallbackWriteLacCompletion. cbMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.WriteLacCallback Modifier and Type Method Description voidBookieClient. writeLac(BookieId address, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, java.lang.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, java.lang.Object ctx)(package private) voidPerChannelBookieClient. writeLac(long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, java.lang.Object ctx)Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.WriteLacCallback Constructor Description WriteLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteLacCallback originalCallback, java.lang.Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)
-