Uses of Class
org.apache.hadoop.hbase.ipc.RpcScheduler
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ipc.RpcScheduler in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
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
org.apache.hadoop.hbase.ipc.FifoRpcScheduler
A very simple RpcScheduler} that serves incoming requests in order.class
org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
A special RpcScheduler} only used for master.class
org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
The default scheduler.Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.ipc.RpcScheduler
DelegatingRpcScheduler.delegate
protected final org.apache.hadoop.hbase.ipc.RpcScheduler
RpcServer.scheduler
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcScheduler
RpcServer.getScheduler()
org.apache.hadoop.hbase.ipc.RpcScheduler
RpcServerInterface.getScheduler()
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ipc.RpcServer
RpcServerFactory.createRpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) static org.apache.hadoop.hbase.ipc.RpcServer
RpcServerFactory.createRpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler, boolean reservoirEnabled) ModifierConstructorDescriptionDelegatingRpcScheduler
(org.apache.hadoop.hbase.ipc.RpcScheduler delegate) NettyRpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler, boolean reservoirEnabled) RpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler, boolean reservoirEnabled) Constructs a server listening on the named port and address.SimpleRpcServer
(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler, boolean reservoirEnabled) Deprecated.Constructs a server listening on the named port and address. -
Uses of org.apache.hadoop.hbase.ipc.RpcScheduler in org.apache.hadoop.hbase.quotas
Modifier and TypeMethodDescriptionvoid
RegionServerRpcQuotaManager.start
(org.apache.hadoop.hbase.ipc.RpcScheduler rpcScheduler) -
Uses of org.apache.hadoop.hbase.ipc.RpcScheduler in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcScheduler
FifoRpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority) Deprecated.org.apache.hadoop.hbase.ipc.RpcScheduler
FifoRpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority, org.apache.hadoop.hbase.Abortable server) org.apache.hadoop.hbase.ipc.RpcScheduler
MasterFifoRpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority, org.apache.hadoop.hbase.Abortable server) org.apache.hadoop.hbase.ipc.RpcScheduler
RpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority) Deprecated.since 1.0.0.org.apache.hadoop.hbase.ipc.RpcScheduler
RpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority, org.apache.hadoop.hbase.Abortable server) Constructs aRpcScheduler
.org.apache.hadoop.hbase.ipc.RpcScheduler
SimpleRpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority) Deprecated.since 1.0.0.org.apache.hadoop.hbase.ipc.RpcScheduler
SimpleRpcSchedulerFactory.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority, org.apache.hadoop.hbase.Abortable server) org.apache.hadoop.hbase.ipc.RpcScheduler
RSRpcServices.getRpcScheduler()