Uses of Interface
org.apache.hadoop.hbase.ipc.RpcClient
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of RpcClient in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprotected final RpcClient
AsyncConnectionImpl.rpcClient
private final RpcClient
ClusterIdFetcher.rpcClient
private RpcClient
ConnectionRegistryRpcStubHolder.rpcClient
Modifier and TypeMethodDescriptionAsyncClusterConnection.getRpcClient()
Get the rpc client we used to communicate with other servers.AsyncClusterConnectionImpl.getRpcClient()
Modifier and TypeMethodDescriptionprivate org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<ServerName,
org.apache.hadoop.hbase.shaded.protobuf.generated.RegistryProtos.ClientMetaService.Interface> ConnectionRegistryRpcStubHolder.createStubs
(RpcClient rpcClient, Collection<ServerName> addrs) -
Uses of RpcClient in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
AbstractRpcClient<T extends RpcConnection>
Provides the basics for a RpcClient implementation like configuration and Logging.class
Does RPC against a cluster.class
Netty client for the requests and responses.Modifier and TypeMethodDescriptionstatic RpcClient
RpcClientFactory.createClient
(org.apache.hadoop.conf.Configuration conf, String clusterId) Helper method for tests only.static RpcClient
RpcClientFactory.createClient
(org.apache.hadoop.conf.Configuration conf, String clusterId, SocketAddress localAddr, MetricsConnection metrics, Map<String, byte[]> connectionAttributes) Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImplstatic RpcClient
RpcClientFactory.createClient
(org.apache.hadoop.conf.Configuration conf, String clusterId, MetricsConnection metrics) Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImpl -
Uses of RpcClient in org.apache.hadoop.hbase.regionserver