|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.InsertIntoLatchWait
public class InsertIntoLatchWait
A suspend-and-notify implementation of a latch for use in guaranteeing delivery between a single event produced by a single statement and consumable by another statement.
Constructor Summary | |
---|---|
InsertIntoLatchWait(InsertIntoLatchFactory factory)
Ctor - use for the first and unused latch to indicate completion. |
|
InsertIntoLatchWait(InsertIntoLatchFactory factory,
InsertIntoLatchWait earlier,
long msecTimeout,
EventBean payload)
Ctor. |
Method Summary | |
---|---|
EventBean |
await()
Blcking call that returns only when the earlier latch completed. |
void |
done()
Called to indicate that the latch completed and a later latch can start. |
boolean |
isCompleted()
Returns true if the dispatch completed for this future. |
void |
setLater(InsertIntoLatchWait later)
Hand a later latch to use for indicating completion via notify. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsertIntoLatchWait(InsertIntoLatchFactory factory, InsertIntoLatchWait earlier, long msecTimeout, EventBean payload)
earlier
- the latch before this latch that this latch should be waiting formsecTimeout
- the timeout after which delivery occurspayload
- the payload is an event to deliverpublic InsertIntoLatchWait(InsertIntoLatchFactory factory)
Method Detail |
---|
public boolean isCompleted()
public void setLater(InsertIntoLatchWait later)
later
- is the later latchpublic EventBean await()
public void done()
|
© 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 |