| Package | Description |
|---|---|
| edu.internet2.middleware.grouper.pspng.lbmq |
"lbmq" is short for "Linked Blocking Multi Queue", which is a concurrent queue that complements the ones offered in
the standard package
java.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
LinkedBlockingMultiQueue.SubQueue |
LinkedBlockingMultiQueue.addSubQueue(K key,
int priority)
Add a sub queue if absent
|
LinkedBlockingMultiQueue.SubQueue |
LinkedBlockingMultiQueue.addSubQueue(K key,
int priority,
int capacity)
Add a sub-queue if absent
|
LinkedBlockingMultiQueue.SubQueue |
LinkedBlockingMultiQueue.SubQueueSelection.getNext()
Returns the next subQueue to be used.
|
LinkedBlockingMultiQueue.SubQueue |
DefaultSubQueueSelection.getNext() |
LinkedBlockingMultiQueue.SubQueue |
LinkedBlockingMultiQueue.getSubQueue(K key)
Gets a sub-queue
|
LinkedBlockingMultiQueue.SubQueue |
LinkedBlockingMultiQueue.removeSubQueue(K key)
Remove a sub-queue
|
Copyright © 2022 Internet2. All rights reserved.