public static class PhoenixEmbeddedDriver.ConnectionInfo extends Object
Constructor and Description |
---|
PhoenixEmbeddedDriver.ConnectionInfo(String zookeeperQuorum,
Integer port,
String rootNode) |
PhoenixEmbeddedDriver.ConnectionInfo(String zookeeperQuorum,
Integer port,
String rootNode,
String principal,
String keytab) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyProps |
asProps() |
static PhoenixEmbeddedDriver.ConnectionInfo |
create(String url) |
boolean |
equals(Object obj) |
String |
getKeytab() |
Integer |
getPort() |
String |
getPrincipal() |
String |
getRootNode() |
String |
getZookeeperQuorum() |
int |
hashCode() |
boolean |
isConnectionless() |
PhoenixEmbeddedDriver.ConnectionInfo |
normalize(ReadOnlyProps props) |
String |
toString() |
String |
toUrl() |
public PhoenixEmbeddedDriver.ConnectionInfo(String zookeeperQuorum, Integer port, String rootNode, String principal, String keytab)
public static PhoenixEmbeddedDriver.ConnectionInfo create(String url) throws SQLException
SQLException
public PhoenixEmbeddedDriver.ConnectionInfo normalize(ReadOnlyProps props) throws SQLException
SQLException
public ReadOnlyProps asProps()
public boolean isConnectionless()
public String getZookeeperQuorum()
public Integer getPort()
public String getRootNode()
public String getKeytab()
public String getPrincipal()
public String toUrl()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.