Searched refs:queues (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/queue/
H A DQueueSelector.java38 public static int select(String tokenId, int queues) { argument
40 Reject.ifTrue(queues <= 0, "queues must be positive");
43 return value % queues;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/queue/
H A DQueueSelector.java38 public static int select(String tokenId, int queues) { argument
40 Reject.ifTrue(queues <= 0, "queues must be positive");
43 return value % queues;

Completed in 31 milliseconds