Uses of Class
org.apache.hadoop.hbase.client.ConnectionImplementation
Packages that use ConnectionImplementation
-
Uses of ConnectionImplementation in org.apache.hadoop.hbase.client
Subclasses of ConnectionImplementation in org.apache.hadoop.hbase.clientModifier and TypeClassDescription(package private) static class
Some tests shut down the master.static final class
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.Fields in org.apache.hadoop.hbase.client declared as ConnectionImplementationModifier and TypeFieldDescriptionprivate final ConnectionImplementation
HRegionLocator.connection
Constructors in org.apache.hadoop.hbase.client with parameters of type ConnectionImplementationModifierConstructorDescriptionHRegionLocator
(TableName tableName, ConnectionImplementation connection) protected
HTable
(ConnectionImplementation connection, TableBuilderBase builder, RpcRetryingCallerFactory rpcCallerFactory, RpcControllerFactory rpcControllerFactory, ExecutorService pool, Map<String, byte[]> requestAttributes) Creates an object to access a HBase table.