|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
@Deprecated public static class ZKUtil.NodeAndData
Simple class to hold a node path and node data.
Constructor Summary | |
---|---|
ZKUtil.NodeAndData(String node,
byte[] data)
Deprecated. |
Method Summary | |
---|---|
byte[] |
getData()
Deprecated. |
String |
getNode()
Deprecated. |
boolean |
isEmpty()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZKUtil.NodeAndData(String node, byte[] data)
Method Detail |
---|
public String getNode()
public byte[] getData()
public String toString()
toString
in class Object
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |