|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.view.OutputConditionBase
com.espertech.esper.epl.view.OutputConditionNull
public class OutputConditionNull
An empty output condition that is always satisfied.
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.view.OutputConditionBase |
---|
outputCallback |
Constructor Summary | |
---|---|
OutputConditionNull(OutputCallback outputCallback)
Ctor. |
Method Summary | |
---|---|
void |
terminated()
|
void |
updateOutputCondition(int newEventsCount,
int oldEventsCount)
Update the output condition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputConditionNull(OutputCallback outputCallback)
outputCallback
- is the callback to make once the condition is satisfiedMethod Detail |
---|
public void updateOutputCondition(int newEventsCount, int oldEventsCount)
OutputCondition
updateOutputCondition
in interface OutputCondition
newEventsCount
- - number of new events incomingoldEventsCount
- - number of old events incomingpublic void terminated()
terminated
in interface OutputCondition
terminated
in class OutputConditionBase
|
© 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 |