Package org.apache.bookkeeper.proto
Class PerChannelBookieClient.TxnCompletionKey
- java.lang.Object
-
- org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionKey
-
- org.apache.bookkeeper.proto.PerChannelBookieClient.TxnCompletionKey
-
- Enclosing class:
- PerChannelBookieClient
class PerChannelBookieClient.TxnCompletionKey extends PerChannelBookieClient.CompletionKey
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longtxnId-
Fields inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionKey
operationType
-
-
Constructor Summary
Constructors Constructor Description TxnCompletionKey(long txnId, BookkeeperProtocol.OperationType operationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()-
Methods inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionKey
release
-
-
-
-
Constructor Detail
-
TxnCompletionKey
public TxnCompletionKey(long txnId, BookkeeperProtocol.OperationType operationType)
-
-