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