Interface QueueBalancer

All Known Implementing Classes:
RandomQueueBalancer

@LimitedPrivate("Configuration") @Stable public interface QueueBalancer
Interface for balancing requests across IPC queues
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the index of the next queue to which a request should be inserted
  • Method Details

    • getNextQueue

      int getNextQueue(CallRunner callRunner)
      Returns the index of the next queue to which a request should be inserted