@InterfaceAudience.Private public class RpcServerFactory extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CUSTOM_RPC_SERVER_IMPL_CONF_KEY |
static org.slf4j.Logger |
LOG |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcServer |
createRpcServer(Server server,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler) |
static RpcServer |
createRpcServer(Server server,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler,
boolean reservoirEnabled) |
public static RpcServer createRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) throws IOException
IOExceptionpublic static RpcServer createRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.