Class IntegrationTestReplication.ClusterID

java.lang.Object
org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
Enclosing class:
IntegrationTestReplication

protected static class IntegrationTestReplication.ClusterID extends Object
Wrapper around an HBase ClusterID allowing us to get admin connections and configurations for it
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.apache.hadoop.conf.Configuration
     
    private org.apache.hadoop.hbase.client.Connection
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClusterID(org.apache.hadoop.conf.Configuration base, String key)
    This creates a new ClusterID wrapper that will automatically build connections and configurations to be able to talk to the specified cluster
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    equals(Object other)
     
    org.apache.hadoop.conf.Configuration
     
    org.apache.hadoop.hbase.client.Connection
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • configuration

      private final org.apache.hadoop.conf.Configuration configuration
    • connection

      private org.apache.hadoop.hbase.client.Connection connection
  • Constructor Details

    • ClusterID

      public ClusterID(org.apache.hadoop.conf.Configuration base, String key)
      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 to
      key - the cluster key in the form of zk_quorum:zk_port:zk_parent_node
  • Method Details