Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer
Packages that use RpcServer
- 
Uses of RpcServer in org.apache.hadoop.hbase.ipc
Subclasses of RpcServer in org.apache.hadoop.hbase.ipcModifier and TypeClassDescriptionclassAn RPC server with Netty4 implementation.classDeprecated.Fields in org.apache.hadoop.hbase.ipc declared as RpcServerModifier and TypeFieldDescriptionprivate final RpcServerRpcSchedulerContext.rpcServerprotected final RpcServerServerRpcConnection.rpcServerprivate RpcServerMetricsHBaseServerWrapperImpl.serverMethods in org.apache.hadoop.hbase.ipc that return RpcServerModifier and TypeMethodDescriptionstatic RpcServerRpcServerFactory.createRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) static RpcServerRpcServerFactory.createRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) Constructors in org.apache.hadoop.hbase.ipc with parameters of type RpcServerModifierConstructorDescription(package private)(package private)RpcSchedulerContext(RpcServer rpcServer) ServerRpcConnection(RpcServer rpcServer)