|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.curator.framework.recipes.cache.ChildData
public class ChildData
| Method Summary | |
|---|---|
int |
compareTo(ChildData rhs)
|
boolean |
equals(java.lang.Object o)
|
byte[] |
getData()
Returns the node data for this child when the cache mode is set to cache data. |
java.lang.String |
getPath()
Returns the full path of the this child |
org.apache.zookeeper.data.Stat |
getStat()
Returns the stat data for this child |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(ChildData rhs)
compareTo in interface java.lang.Comparable<ChildData>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getPath()
public org.apache.zookeeper.data.Stat getStat()
public byte[] getData()
Returns the node data for this child when the cache mode is set to cache data.
NOTE: the byte array returned is the raw reference of this instance's field. If you change the values in the array any other callers to this method will see the change.
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||