Class ProcessingQueue<T>

java.lang.Object
org.jgroups.util.ProcessingQueue<T>

public class ProcessingQueue<T> extends Object
A queue with many producers and consumers. However, only one consumer gets to remove and process elements at any given time. This is done through the use of locks.
Since:
3.5
  • Field Details

  • Constructor Details

    • ProcessingQueue

      public ProcessingQueue()
  • Method Details