org.apache.hadoop.hbase.zookeeper
Class ZooKeeperWrapper.ZNodePathAndData

java.lang.Object
  extended by org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper.ZNodePathAndData
Enclosing class:
ZooKeeperWrapper

public static class ZooKeeperWrapper.ZNodePathAndData
extends Object


Constructor Summary
ZooKeeperWrapper.ZNodePathAndData(String zNodePath, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 String getzNodePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperWrapper.ZNodePathAndData

public ZooKeeperWrapper.ZNodePathAndData(String zNodePath,
                                         byte[] data)
Method Detail

getzNodePath

public String getzNodePath()

getData

public byte[] getData()


Copyright © 2010 Apache Software Foundation. All Rights Reserved.