Class ZKConnectionRegistry

java.lang.Object
org.apache.hadoop.hbase.client.ZKConnectionRegistry
All Implemented Interfaces:
Closeable, AutoCloseable, ConnectionRegistry

@Deprecated @LimitedPrivate("Configuration") class ZKConnectionRegistry extends Object implements ConnectionRegistry
Deprecated.
As of 2.6.0, replaced by RpcConnectionRegistry, which is the default connection mechanism as of 3.0.0. Expected to be removed in 4.0.0.
Zookeeper based registry implementation.
See Also: