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) long
txnId
-
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 boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionKey
release
-
-
-
-
Constructor Detail
-
TxnCompletionKey
public TxnCompletionKey(long txnId, BookkeeperProtocol.OperationType operationType)
-
-