CommonConnection (Cloud Bigtable HBase Client for Java 1.12.0 API)

org.apache.hadoop.hbase.client

Interface CommonConnection

    • Method Detail

      • getConfiguration

        org.apache.hadoop.conf.Configuration getConfiguration()
        Returns the Configuration object used by this instance. The reference returned is not a copy, so any change made to it will affect this instance.
        Returns:
        a Configuration object.
      • getDisabledTables

        Set<TableName> getDisabledTables()
        Getter for the field disabledTables.
        Returns:
        a Set object that are disabled.
      • getAllRegionInfos

        List<HRegionInfo> getAllRegionInfos(TableName tableName)
                                     throws IOException
        Retrieve a region information on a table.
        Parameters:
        tableName - Name of the table for which to return region info.
        Returns:
        A List HRegionInfo object
        Throws:
        IOException - if any.