class HConnectionKey extends Object
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.Modifier and Type | Field and Description |
---|---|
(package private) static String[] |
CONNECTION_PROPERTIES |
private Map<String,String> |
properties |
private String |
username |
Constructor and Description |
---|
HConnectionKey(org.apache.hadoop.conf.Configuration conf) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.