Packages that use org.apache.hadoop.hbase.ipc.RpcServer
Tools to help define network clients and servers.
-
class
org.apache.hadoop.hbase.ipc.NettyRpcServer
An RPC server with Netty4 implementation.
class
org.apache.hadoop.hbase.ipc.SimpleRpcServer
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)
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)