@InterfaceAudience.Private public class RpcServerFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CUSTOM_RPC_SERVER_IMPL_CONF_KEY | 
| static org.slf4j.Logger | LOG | 
| Modifier | Constructor and Description | 
|---|---|
| private  | RpcServerFactory()Private Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 final org.slf4j.Logger LOG
public static final String CUSTOM_RPC_SERVER_IMPL_CONF_KEY
private RpcServerFactory()
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–2021 The Apache Software Foundation. All rights reserved.