Package org.apache.hadoop.hbase.test
Class IntegrationTestReplication.ClusterID
java.lang.Object
org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
- Enclosing class:
 - IntegrationTestReplication
 
Wrapper around an HBase ClusterID allowing us to get admin connections and configurations for
 it
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.hadoop.conf.Configurationprivate org.apache.hadoop.hbase.client.Connection - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
configuration
 - 
connection
 
 - 
 - 
Constructor Details
- 
ClusterID
This creates a new ClusterID wrapper that will automatically build connections and configurations to be able to talk to the specified cluster- Parameters:
 base- the base configuration that this class will add tokey- the cluster key in the form of zk_quorum:zk_port:zk_parent_node
 
 - 
 - 
Method Details