Class ConnectionRegistryRpcStubHolder

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

@Private class ConnectionRegistryRpcStubHolder extends Object implements Closeable
A class for creating RpcClient and related stubs used by AbstractRpcBasedConnectionRegistry. We need to connect to bootstrap nodes to get the cluster id first, before creating the final RpcClient and related stubs.

See HBASE-25051 for more details.