Uses of Class
org.apache.hadoop.hbase.client.ConnectionImplementation
Packages that use org.apache.hadoop.hbase.client.ConnectionImplementation
-
Uses of org.apache.hadoop.hbase.client.ConnectionImplementation in org.apache.hadoop.hbase.client
Subclasses of org.apache.hadoop.hbase.client.ConnectionImplementation in in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionstatic 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.Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ConnectionImplementation in inModifierConstructorDescriptionHRegionLocator
(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.