Packages that use org.apache.hadoop.hbase.client.ConnectionImplementation
-
Uses of org.apache.hadoop.hbase.client.ConnectionImplementation in org.apache.hadoop.hbase.client
static final class
org.apache.hadoop.hbase.client.ServerConnectionUtils.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.
HRegionLocator(org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.client.ConnectionImplementation connection)
protected
HTable(org.apache.hadoop.hbase.client.ConnectionImplementation connection,
org.apache.hadoop.hbase.client.TableBuilderBase builder,
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory,
org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory,
ExecutorService pool,
Map<String,byte[]> requestAttributes)
Creates an object to access a HBase table.