Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer
Packages that use RpcServer
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcServer in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as 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.Since 2.4.14, 2.5.0, will be removed in 4.0.0.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)