Uses of Class
org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionKey
-
Packages that use PerChannelBookieClient.CompletionKey Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of PerChannelBookieClient.CompletionKey in org.apache.bookkeeper.proto
Subclasses of PerChannelBookieClient.CompletionKey in org.apache.bookkeeper.proto Modifier and Type Class Description (package private) class
PerChannelBookieClient.TxnCompletionKey
Fields in org.apache.bookkeeper.proto declared as PerChannelBookieClient.CompletionKey Modifier and Type Field Description (package private) PerChannelBookieClient.CompletionKey
PerChannelBookieClient.AddCompletion. key
Methods in org.apache.bookkeeper.proto that return PerChannelBookieClient.CompletionKey Modifier and Type Method Description (package private) PerChannelBookieClient.CompletionKey
PerChannelBookieClient. newCompletionKey(long txnId, BookkeeperProtocol.OperationType operationType)
Methods in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClient.CompletionKey Modifier and Type Method Description (package private) PerChannelBookieClient.AddCompletion
PerChannelBookieClient. acquireAddCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId)
(package private) void
PerChannelBookieClient. errorOut(PerChannelBookieClient.CompletionKey key)
(package private) void
PerChannelBookieClient. errorOut(PerChannelBookieClient.CompletionKey key, int rc)
(package private) void
PerChannelBookieClient.AddCompletion. reset(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId)
-