Package org.apache.hadoop.hbase.ipc
Interface QueueBalancer
- All Known Implementing Classes:
RandomQueueBalancer
Interface for balancing requests across IPC queues
-
Method Summary
Modifier and TypeMethodDescriptionint
getNextQueue
(CallRunner callRunner) Returns the index of the next queue to which a request should be inserted
-
Method Details
-
getNextQueue
Returns the index of the next queue to which a request should be inserted
-