Interface ConnectionRegistry

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AbstractRpcBasedConnectionRegistry, MasterRegistry, RegionServerRegistry, RpcConnectionRegistry, ZKConnectionRegistry

@Private public interface ConnectionRegistry extends Closeable
Registry for meta information needed for connection setup to a HBase cluster. Implementations hold cluster information such as this cluster's id, location of hbase:meta, etc.. Internal use only.