| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | ConnectionUtils.MasterlessConnectionSome tests shut down the master. | 
| static class  | ConnectionUtils.ShortCircuitingClusterConnectionA ClusterConnection that will short-circuit RPC making direct invocations against the localhost
 if the invocation target is 'this' server; save on network and protobuf invocations. | 
| Modifier and Type | Field and Description | 
|---|---|
| private ConnectionImplementation | HRegionLocator. connection | 
| Constructor and Description | 
|---|
| HRegionLocator(TableName tableName,
              ConnectionImplementation connection) | 
| 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.