Class AbstractRpcBasedConnectionRegistry

java.lang.Object
org.apache.hadoop.hbase.client.AbstractRpcBasedConnectionRegistry
All Implemented Interfaces:
Closeable, AutoCloseable, ConnectionRegistry
Direct Known Subclasses:
MasterRegistry, RpcConnectionRegistry

@Private abstract class AbstractRpcBasedConnectionRegistry extends Object implements ConnectionRegistry
Base class for rpc based connection registry implementation.

The implementation needs a bootstrap node list in configuration, and then it will use the methods in RegistryProtos.ClientMetaService to refresh the connection registry end points.

It also supports hedged reads, the default fan out value is 2.

For the actual configuration names, see javadoc of sub classes.