|
||||||||||
| 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(Object o)
|
byte[] |
getData()
Returns the node data for this child when the cache mode is PathChildrenCacheMode.CACHE_DATA_AND_STAT
or PathChildrenCacheMode.CACHE_DATA. |
String |
getPath()
Returns the full path of the this child |
org.apache.zookeeper.data.Stat |
getStat()
Returns the stat data for this child when the cache mode is PathChildrenCacheMode.CACHE_DATA_AND_STAT |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(ChildData rhs)
compareTo in interface Comparable<ChildData>public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getPath()
public org.apache.zookeeper.data.Stat getStat()
PathChildrenCacheMode.CACHE_DATA_AND_STAT
public byte[] getData()
Returns the node data for this child when the cache mode is PathChildrenCacheMode.CACHE_DATA_AND_STAT
or PathChildrenCacheMode.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||