public static class DataTreeV1.ProcessTxnResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
clientId |
int |
cxid |
int |
err |
java.lang.String |
path |
Stat |
stat |
int |
type |
long |
zxid |
Constructor and Description |
---|
ProcessTxnResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Equality is defined as the clientId and the cxid being the same.
|
int |
hashCode()
See equals() to find the rational for how this hashcode is generated.
|
public long clientId
public int cxid
public long zxid
public int err
public int type
public java.lang.String path
public Stat stat
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
equals(Object)
,
Object.hashCode()
Copyright © 2016 The Apache Software Foundation