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

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

public static class ZKUtil.ZKUtilOp.DeleteNodeFailSilent
extends ZKUtil.ZKUtilOp

ZKUtilOp representing deleteNodeFailSilent in ZooKeeper (attempt to delete node, ignore error if node doesn't exist)


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)
           
 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

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.