| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | 
 Tools to help define network clients and servers. 
 | 
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver | 
| Constructor and Description | 
|---|
BalancedQueueRpcExecutor(String name,
                        int handlerCount,
                        int maxQueueLength,
                        PriorityFunction priority,
                        org.apache.hadoop.conf.Configuration conf,
                        Abortable abortable)  | 
BalancedQueueRpcExecutor(String name,
                        int handlerCount,
                        String callQueueType,
                        int maxQueueLength,
                        PriorityFunction priority,
                        org.apache.hadoop.conf.Configuration conf,
                        Abortable abortable)  | 
FastPathBalancedQueueRpcExecutor(String name,
                                int handlerCount,
                                int maxQueueLength,
                                PriorityFunction priority,
                                org.apache.hadoop.conf.Configuration conf,
                                Abortable abortable)  | 
FastPathBalancedQueueRpcExecutor(String name,
                                int handlerCount,
                                String callQueueType,
                                int maxQueueLength,
                                PriorityFunction priority,
                                org.apache.hadoop.conf.Configuration conf,
                                Abortable abortable)  | 
RpcExecutor(String name,
           int handlerCount,
           int maxQueueLength,
           PriorityFunction priority,
           org.apache.hadoop.conf.Configuration conf,
           Abortable abortable)  | 
RpcExecutor(String name,
           int handlerCount,
           String callQueueType,
           int maxQueueLength,
           PriorityFunction priority,
           org.apache.hadoop.conf.Configuration conf,
           Abortable abortable)  | 
RWQueueRpcExecutor(String name,
                  int handlerCount,
                  int maxQueueLength,
                  PriorityFunction priority,
                  org.apache.hadoop.conf.Configuration conf,
                  Abortable abortable)  | 
SimpleRpcScheduler(org.apache.hadoop.conf.Configuration conf,
                  int handlerCount,
                  int priorityHandlerCount,
                  int replicationHandlerCount,
                  PriorityFunction priority,
                  Abortable server,
                  int highPriorityLevel)  | 
SimpleRpcScheduler(org.apache.hadoop.conf.Configuration conf,
                  int handlerCount,
                  int priorityHandlerCount,
                  int replicationHandlerCount,
                  PriorityFunction priority,
                  int highPriorityLevel)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MasterAnnotationReadingPriorityFunction
Priority function specifically for the master. 
 | 
class  | 
MasterRpcServices
Implements the master RPC services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected PriorityFunction | 
MasterRpcServices.createPriority()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotationReadingPriorityFunction
Reads special method annotations and table names to figure a priority for use by QoS facility in
 ipc; e.g: rpcs to hbase:meta get priority. 
 | 
class  | 
RSRpcServices
Implements the regionserver RPC services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected PriorityFunction | 
RSRpcServices.createPriority()  | 
PriorityFunction | 
RSRpcServices.getPriority()  | 
| 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.