Package edu.internet2.middleware.grouper.pspng.lbmq
package 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-
ClassDescriptionThis class provides skeletal implementations of some
Offerableoperations.This class provides skeletal implementations of somePollableoperations.Chooses the next queue to be used from the highest priority priority group.An optionally-bounded blocking "multi-queue" based on linked nodes.Allows to choose the next subQueue.Offerable<E>This trait captures the "tail side" of theBlockingQueueinterface.Pollable<E>This interface captures the "head side" of theBlockingQueueinterface