Uses of Class
org.apache.hadoop.hbase.client.ConnectionImplementation
-
Uses of ConnectionImplementation in org.apache.hadoop.hbase.client
Modifier 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.Modifier and TypeFieldDescriptionprivate final ConnectionImplementation
HRegionLocator.connection
ModifierConstructorDescriptionHRegionLocator
(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.