Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer
Packages that use org.apache.hadoop.hbase.ipc.RpcServer
-
Uses of org.apache.hadoop.hbase.ipc.RpcServer in org.apache.hadoop.hbase.ipc
Subclasses of org.apache.hadoop.hbase.ipc.RpcServer in in org.apache.hadoop.hbase.ipcModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.NettyRpcServer
An RPC server with Netty4 implementation.class
org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcServer in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ipc.RpcServer
RpcServerFactory.createRpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) static org.apache.hadoop.hbase.ipc.RpcServer
RpcServerFactory.createRpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler, boolean reservoirEnabled)