|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.collection.ThreadWorkQueue
public class ThreadWorkQueue
Simple queue implementation based on a Linked List per thread. Objects can be added to the queue tail or queue head.
Constructor Summary | |
---|---|
ThreadWorkQueue()
|
Method Summary | |
---|---|
void |
addBack(java.lang.Object theEvent)
Adds event to the back queue. |
void |
addFront(java.lang.Object theEvent)
Adds event to the front queue. |
DualWorkQueue |
getThreadQueue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadWorkQueue()
Method Detail |
---|
public void addBack(java.lang.Object theEvent)
theEvent
- to addpublic void addFront(java.lang.Object theEvent)
theEvent
- to addpublic DualWorkQueue getThreadQueue()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |