|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.zookeeper.ZKConfig
@InterfaceAudience.Private public final class ZKConfig
Utility methods for reading, and building the ZooKeeper configuration.
Nested Class Summary | |
---|---|
static class |
ZKConfig.ZKClusterKey
|
Method Summary | |
---|---|
static String |
buildZKQuorumServerString(String[] serverHosts,
String clientPort)
Build the ZK quorum server string with "server:clientport" list, separated by ',' |
static String |
getZKQuorumServersString(org.apache.hadoop.conf.Configuration conf)
Return the ZK Quorum servers string given the specified configuration. |
static String |
getZKQuorumServersString(Properties properties)
Return the ZK Quorum servers string given zk properties returned by makeZKProps |
static String |
getZooKeeperClusterKey(org.apache.hadoop.conf.Configuration conf)
Get the key to the ZK ensemble for this configuration without adding a name at the end |
static String |
getZooKeeperClusterKey(org.apache.hadoop.conf.Configuration conf,
String name)
Get the key to the ZK ensemble for this configuration and append a name at the end |
static Properties |
makeZKProps(org.apache.hadoop.conf.Configuration conf)
Make a Properties object holding ZooKeeper config. |
static Properties |
parseZooCfg(org.apache.hadoop.conf.Configuration conf,
InputStream inputStream)
Deprecated. in 0.96 onwards. HBase will no longer rely on zoo.cfg availability. |
static String |
standardizeZKQuorumServerString(String quorumStringInput,
String clientPort)
Standardize the ZK quorum string: make it a "server:clientport" list, separated by ',' |
static ZKConfig.ZKClusterKey |
transformClusterKey(String key)
Separate the given key into the three configurations it should contain: hbase.zookeeper.quorum, hbase.zookeeper.client.port and zookeeper.znode.parent |
static void |
validateClusterKey(String key)
Verifies that the given key matches the expected format for a ZooKeeper cluster key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Properties makeZKProps(org.apache.hadoop.conf.Configuration conf)
conf
- Configuration to read from.
@Deprecated public static Properties parseZooCfg(org.apache.hadoop.conf.Configuration conf, InputStream inputStream) throws IOException
conf
- HBaseConfiguration to use for injecting variables.inputStream
- InputStream to read from.
IOException
- if anything goes wrong parsing configpublic static String getZKQuorumServersString(Properties properties)
properties
-
public static String getZKQuorumServersString(org.apache.hadoop.conf.Configuration conf)
conf
-
public static String buildZKQuorumServerString(String[] serverHosts, String clientPort)
serverHosts
- a list of servers for ZK quorumclientPort
- the default client port
public static void validateClusterKey(String key) throws IOException
key
- the cluster key to validate
IOException
- if the key could not be parsedpublic static ZKConfig.ZKClusterKey transformClusterKey(String key) throws IOException
key
-
IOException
public static String getZooKeeperClusterKey(org.apache.hadoop.conf.Configuration conf)
conf
- Configuration to use to build the key
public static String getZooKeeperClusterKey(org.apache.hadoop.conf.Configuration conf, String name)
conf
- Configuration to use to build the keyname
- Name that should be appended at the end if not empty or null
public static String standardizeZKQuorumServerString(String quorumStringInput, String clientPort)
quorumStringInput
- a string contains a list of servers for ZK quorumclientPort
- the default client port
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |