|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.zookeeper.server.upgrade.DataTreeV1.ProcessTxnResult
public static class DataTreeV1.ProcessTxnResult
Field Summary | |
---|---|
long |
clientId
|
int |
cxid
|
int |
err
|
java.lang.String |
path
|
Stat |
stat
|
int |
type
|
long |
zxid
|
Constructor Summary | |
---|---|
DataTreeV1.ProcessTxnResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long clientId
public int cxid
public long zxid
public int err
public int type
public java.lang.String path
public Stat stat
Constructor Detail |
---|
public DataTreeV1.ProcessTxnResult()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |