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) classEntryCompletionKey(package private) classTxnCompletionKeyFields in org.apache.bookkeeper.proto declared as CompletionKey Modifier and Type Field Description (package private) CompletionKeyAddCompletion. keyMethods in org.apache.bookkeeper.proto that return CompletionKey Modifier and Type Method Description (package private) CompletionKeyPerChannelBookieClient. 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 AddCompletionAddCompletion. acquireAddCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)(package private) voidPerChannelBookieClient. errorOut(CompletionKey key)(package private) voidPerChannelBookieClient. errorOut(CompletionKey key, int rc)(package private) voidAddCompletion. reset(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)
-