| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DecayRpcScheduler |
The decay RPC scheduler tracks the cost of incoming requests in a map, then
decays the costs at a fixed time interval.
|
class |
DefaultRpcScheduler |
No op default RPC scheduler.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CallQueueManager.swapQueue(java.lang.Class<? extends RpcScheduler> schedulerClass,
java.lang.Class<? extends java.util.concurrent.BlockingQueue<E>> queueClassToUse,
int maxSize,
java.lang.String ns,
Configuration conf) |
Replaces active queue with the newly requested one and transfers
all calls to the newQ before returning.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.