Uses of Class
org.apache.hadoop.hbase.ipc.RpcScheduler
Packages that use RpcScheduler
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcScheduler in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return RpcScheduler -
Uses of RpcScheduler in org.apache.hadoop.hbase.ipc
Subclasses of RpcScheduler in org.apache.hadoop.hbase.ipcModifier and TypeClassDescriptionclassUsers of the hbase.region.server.rpc.scheduler.factory.class customization config can return an implementation which extends this class in order to minimize impact of breaking interface changes.classA very simple RpcScheduler} that serves incoming requests in order.classA special RpcScheduler} only used for master.classThe default scheduler.Fields in org.apache.hadoop.hbase.ipc declared as RpcSchedulerModifier and TypeFieldDescriptionprotected RpcSchedulerDelegatingRpcScheduler.delegateprotected final RpcSchedulerRpcServer.schedulerMethods in org.apache.hadoop.hbase.ipc that return RpcSchedulerMethods in org.apache.hadoop.hbase.ipc with parameters of type RpcSchedulerModifier 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 RpcSchedulerModifierConstructorDescriptionDelegatingRpcScheduler(RpcScheduler delegate) NettyRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) RpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) Constructs a server listening on the named port and address.SimpleRpcServer(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) Deprecated.Constructs a server listening on the named port and address. -
Uses of RpcScheduler in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas with parameters of type RpcSchedulerModifier and TypeMethodDescriptionvoidRegionServerRpcQuotaManager.start(RpcScheduler rpcScheduler) -
Uses of RpcScheduler in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return RpcSchedulerModifier and TypeMethodDescriptionFifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) MasterFifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler.SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server)