org.apache.accumulo.fate.zookeeper
Class ZooUtil.ZooKeeperConnectionInfo

java.lang.Object
  extended by org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo
Enclosing class:
ZooUtil

protected static class ZooUtil.ZooKeeperConnectionInfo
extends Object


Constructor Summary
ZooUtil.ZooKeeperConnectionInfo(String keepers, int timeout, String scheme, byte[] auth)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZooUtil.ZooKeeperConnectionInfo

public ZooUtil.ZooKeeperConnectionInfo(String keepers,
                                       int timeout,
                                       String scheme,
                                       byte[] auth)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Apache Accumulo Project. All rights reserved.