Uses of Interface
org.apache.hadoop.hbase.ipc.RpcClient
Packages that use RpcClient
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of RpcClient in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as RpcClientModifier and TypeFieldDescriptionprotected final RpcClient
AsyncConnectionImpl.rpcClient
private final RpcClient
ClusterIdFetcher.rpcClient
private RpcClient
ConnectionRegistryRpcStubHolder.rpcClient
Methods in org.apache.hadoop.hbase.client that return RpcClientModifier and TypeMethodDescriptionAsyncClusterConnection.getRpcClient()
Get the rpc client we used to communicate with other servers.AsyncClusterConnectionImpl.getRpcClient()
Methods in org.apache.hadoop.hbase.client with parameters of type RpcClientModifier 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
Classes in org.apache.hadoop.hbase.ipc that implement RpcClientModifier 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.Methods in org.apache.hadoop.hbase.ipc that return RpcClientModifier 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
Fields in org.apache.hadoop.hbase.regionserver declared as RpcClient