| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) static class  | 
ConnectionUtils.MasterlessConnection
Some tests shut down the master. 
 | 
static class  | 
ConnectionUtils.ShortCircuitingClusterConnection
A 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–2020 The Apache Software Foundation. All rights reserved.