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) class
PendingWriteLacOp
This 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.WriteLacCallback
PerChannelBookieClient.WriteLacCompletion. cb
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperInternalCallbacks.WriteLacCallback Modifier and Type Method Description void
BookieClient. 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 ledgerledgerId
to the bookie ataddress
.void
BookieClientImpl. writeLac(BookieId addr, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, java.lang.Object ctx)
(package private) void
PerChannelBookieClient. 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(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.WriteLacCallback originalCallback, java.lang.Object originalCtx, long ledgerId)
-