org.apache.hadoop.hbase.zookeeper
Class ZKUtil.NodeAndData

java.lang.Object
  extended by org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
Enclosing class:
ZKUtil

Deprecated. Unused

@Deprecated
public static class ZKUtil.NodeAndData
extends Object

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

ZKUtil.NodeAndData

public ZKUtil.NodeAndData(String node,
                          byte[] data)
Deprecated. 
Method Detail

getNode

public String getNode()
Deprecated. 

getData

public byte[] getData()
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

isEmpty

public boolean isEmpty()
Deprecated. 


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.