| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.ipc |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRpcClient
Provides the basics for a RpcClient implementation like configuration and Logging.
|
class |
RpcClientImpl
Does RPC against a cluster.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcClient |
RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf,
String clusterId)
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
|
static RpcClient |
RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf,
String clusterId,
SocketAddress localAddr)
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.