| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Constructor and Description | 
|---|
| HRegionLocator(TableName tableName,
              ConnectionImplementation connection) | 
| HTable(ConnectionImplementation connection,
      org.apache.hadoop.hbase.client.TableBuilderBase builder,
      RpcRetryingCallerFactory rpcCallerFactory,
      RpcControllerFactory rpcControllerFactory,
      ExecutorService pool,
      Map<String,byte[]> requestAttributes)Creates an object to access a HBase table. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.