Package org.apache.zookeeper.server
Class DataTree.ProcessTxnResult
java.lang.Object
org.apache.zookeeper.server.DataTree.ProcessTxnResult
- Enclosing class:
- DataTree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientId
public long clientId -
cxid
public int cxid -
zxid
public long zxid -
err
public int err -
type
public int type -
path
-
stat
-
multiResult
-
-
Constructor Details
-
ProcessTxnResult
public ProcessTxnResult()
-
-
Method Details
-
equals
Equality is defined as the clientId and the cxid being the same. This allows us to use hash tables to track completion of transactions. -
hashCode
public int hashCode()See equals() to find the rational for how this hashcode is generated.
-