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