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 |
RWQueueRpcExecutor
RPC Executor that uses different queues for reads and writes.
|
Modifier and Type | Field and Description |
---|---|
private RpcExecutor |
SimpleRpcScheduler.callExecutor |
private RpcExecutor |
SimpleRpcScheduler.priorityExecutor |
private RpcExecutor |
SimpleRpcScheduler.replicationExecutor |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.