| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Method and Description | 
|---|---|
| TableBuilderBase | TableBuilderBase. setOperationTimeout(int timeout) | 
| TableBuilderBase | TableBuilderBase. setReadRpcTimeout(int timeout) | 
| TableBuilderBase | TableBuilderBase. setRpcTimeout(int timeout) | 
| TableBuilderBase | TableBuilderBase. setWriteRpcTimeout(int timeout) | 
| Constructor and Description | 
|---|
| HTable(ConnectionImplementation connection,
      TableBuilderBase builder,
      RpcRetryingCallerFactory rpcCallerFactory,
      RpcControllerFactory rpcControllerFactory,
      ExecutorService pool)Creates an object to access a HBase table. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.