Class ServerConnectionUtils.ShortCircuitingClusterConnection

java.lang.Object
org.apache.hadoop.hbase.client.ConnectionImplementation
org.apache.hadoop.hbase.client.ServerConnectionUtils.ShortCircuitingClusterConnection
All Implemented Interfaces:
Closeable, AutoCloseable, Abortable, ClusterConnection, Connection
Enclosing class:
ServerConnectionUtils

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.