Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcServer in org.apache.hadoop.hbase
-
Uses of RpcServer in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
An RPC server with Netty4 implementation.class
Deprecated.Modifier and TypeFieldDescriptionprivate final RpcServer
RpcSchedulerContext.rpcServer
protected final RpcServer
ServerRpcConnection.rpcServer
private RpcServer
MetricsHBaseServerWrapperImpl.server
Modifier and TypeMethodDescriptionstatic RpcServer
RpcServerFactory.createRpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) static RpcServer
RpcServerFactory.createRpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) ModifierConstructorDescription(package private)
(package private)
RpcSchedulerContext
(RpcServer rpcServer) ServerRpcConnection
(RpcServer rpcServer)