| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | 
 Tools to help define network clients and servers. 
 | 
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FifoRpcScheduler
A very simple  
RpcScheduler} that serves incoming requests in order. | 
class  | 
SimpleRpcScheduler
The default scheduler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RpcScheduler | 
RpcServerInterface.getScheduler()  | 
RpcScheduler | 
RpcServer.getScheduler()  | 
| Constructor and Description | 
|---|
RpcServer(Server server,
         String name,
         List<RpcServer.BlockingServiceAndInterface> services,
         InetSocketAddress bindAddress,
         org.apache.hadoop.conf.Configuration conf,
         RpcScheduler scheduler)
Constructs a server listening on the named port and address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RegionServerQuotaManager.start(RpcScheduler rpcScheduler)  | 
| Modifier and Type | Method and Description | 
|---|---|
RpcScheduler | 
RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
      PriorityFunction priority)
Deprecated. 
 
since 1.0.0. 
 | 
RpcScheduler | 
SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
      PriorityFunction priority)
Deprecated. 
 
since 1.0.0. 
 | 
RpcScheduler | 
FifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
      PriorityFunction priority)
Deprecated.  
 | 
RpcScheduler | 
RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
      PriorityFunction priority,
      Abortable server)
Constructs a  
RpcScheduler. | 
RpcScheduler | 
SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
      PriorityFunction priority,
      Abortable server)  | 
RpcScheduler | 
FifoRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf,
      PriorityFunction priority,
      Abortable server)  | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.