Class ConnectionImplementation

java.lang.Object
org.apache.hadoop.hbase.client.ConnectionImplementation
All Implemented Interfaces:
Closeable, AutoCloseable, Abortable, ClusterConnection, Connection
Direct Known Subclasses:
ConnectionUtils.MasterlessConnection, ServerConnectionUtils.ShortCircuitingClusterConnection

@Private public class ConnectionImplementation extends Object implements ClusterConnection, Closeable
Main implementation of Connection and ClusterConnection interfaces. Encapsulates connection to zookeeper and regionservers.