org.apache.hadoop.hbase.client
Class HConnectionManager.HConnectionKey

java.lang.Object
  extended by org.apache.hadoop.hbase.client.HConnectionManager.HConnectionKey
Enclosing class:
HConnectionManager

public static class HConnectionManager.HConnectionKey
extends Object

Denotes a unique key to a HConnection instance. In essence, this class captures the properties in Configuration that may be used in the process of establishing a connection. In light of that, if any new such properties are introduced into the mix, they must be added to the properties list.


Constructor Summary
HConnectionManager.HConnectionKey(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HConnectionManager.HConnectionKey

public HConnectionManager.HConnectionKey(org.apache.hadoop.conf.Configuration conf)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


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