Package org.apache.hadoop.hbase.ipc
Class RpcServerFactory
java.lang.Object
org.apache.hadoop.hbase.ipc.RpcServerFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
LOG
-
CUSTOM_RPC_SERVER_IMPL_CONF_KEY
- See Also:
-
-
Constructor Details
-
RpcServerFactory
private RpcServerFactory()Private Constructor
-
-
Method Details
-
createRpcServer
public static RpcServer createRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) throws IOException - Throws:
IOException
-
createRpcServer
public 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 - Throws:
IOException
-