org.apache.hadoop.hbase.client
Class HConnectionManager.HConnectionKey
java.lang.Object
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.
HConnectionManager.HConnectionKey
public HConnectionManager.HConnectionKey(org.apache.hadoop.conf.Configuration conf)
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.