Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
private static class |
RpcExecutor.RandomQueueBalancer
Queue balancer that just randomly selects a queue in the range [0, num queues).
|
Modifier and Type | Field and Description |
---|---|
private RpcExecutor.QueueBalancer |
BalancedQueueRpcExecutor.balancer |
private static RpcExecutor.QueueBalancer |
RpcExecutor.ONE_QUEUE
All requests go to the first queue, at index 0
|
private RpcExecutor.QueueBalancer |
RWQueueRpcExecutor.readBalancer |
private RpcExecutor.QueueBalancer |
RWQueueRpcExecutor.scanBalancer |
private RpcExecutor.QueueBalancer |
RWQueueRpcExecutor.writeBalancer |
Modifier and Type | Method and Description |
---|---|
static RpcExecutor.QueueBalancer |
RpcExecutor.getBalancer(int queueSize) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.