Uses of Class
org.apache.hadoop.hbase.ipc.RpcScheduler
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcScheduler in org.apache.hadoop.hbase
-
Uses of RpcScheduler in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
Users 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.class
A very simple RpcScheduler} that serves incoming requests in order.class
A special RpcScheduler} only used for master.class
The default scheduler.Modifier and TypeFieldDescriptionprotected RpcScheduler
DelegatingRpcScheduler.delegate
protected final RpcScheduler
RpcServer.scheduler
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) ModifierConstructorDescriptionDelegatingRpcScheduler
(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
Modifier and TypeMethodDescriptionvoid
RegionServerRpcQuotaManager.start
(RpcScheduler rpcScheduler) -
Uses of RpcScheduler in org.apache.hadoop.hbase.regionserver
Modifier 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)