| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BalancedQueueRpcExecutorAn  RpcExecutorthat will balance requests evenly across all its queues, but still remains
 efficient with a single queue via an inlinable queue balancing mechanism. | 
| class  | FastPathBalancedQueueRpcExecutorBalanced queue executor with a fastpath. | 
| class  | MetaRWQueueRpcExecutorRPC Executor that uses different queues for reads and writes for meta. | 
| class  | RWQueueRpcExecutorRPC Executor that uses different queues for reads and writes. | 
| Modifier and Type | Field and Description | 
|---|---|
| private RpcExecutor | SimpleRpcScheduler. callExecutor | 
| private RpcExecutor | SimpleRpcScheduler. metaTransitionExecutorThis executor is only for meta transition | 
| private RpcExecutor | SimpleRpcScheduler. priorityExecutor | 
| private RpcExecutor | SimpleRpcScheduler. replicationExecutor | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.