HBASE-6341 Publicly expose HConnectionKey
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358438 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f58744efc7
commit
76222f5d3c
|
@ -402,7 +402,7 @@ public class HConnectionManager {
|
|||
* added to the {@link HConnectionKey#properties} list.
|
||||
*
|
||||
*/
|
||||
static class HConnectionKey {
|
||||
public static class HConnectionKey {
|
||||
public static String[] CONNECTION_PROPERTIES = new String[] {
|
||||
HConstants.ZOOKEEPER_QUORUM, HConstants.ZOOKEEPER_ZNODE_PARENT,
|
||||
HConstants.ZOOKEEPER_CLIENT_PORT,
|
||||
|
|
Loading…
Reference in New Issue