Interface QueueSelector


  • public interface QueueSelector
    Must be deterministic—return the same value for the same input.
    • Method Detail

      • getQueue

        int getQueue​(java.lang.Runnable command,
                     int queues)