org.apache.hadoop.hbase.zookeeper
Class ZKUtil.ZKUtilOp.SetData

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

public static class ZKUtil.ZKUtilOp.SetData
extends ZKUtil.ZKUtilOp

ZKUtilOp representing setData in ZooKeeper


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
ZKUtil.ZKUtilOp.CreateAndFailSilent, ZKUtil.ZKUtilOp.DeleteNodeFailSilent, ZKUtil.ZKUtilOp.SetData
 
Method Summary
 boolean equals(Object o)
           
 byte[] getData()
           
 int hashCode()
           
 
Methods inherited from class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
createAndFailSilent, deleteNodeFailSilent, getPath, setData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getData

public byte[] getData()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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