|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.view.OutputConditionPolledCountFactory
public final class OutputConditionPolledCountFactory
Output limit condition that is satisfied when either the total number of new events arrived or the total number of old events arrived is greater than a preset value.
Constructor Summary | |
---|---|
OutputConditionPolledCountFactory(int eventRate,
StatementContext statementContext,
java.lang.String variableName)
Constructor. |
Method Summary | |
---|---|
OutputConditionPolled |
makeFromState(AgentInstanceContext agentInstanceContext,
OutputConditionPolledState state)
|
OutputConditionPolled |
makeNew(AgentInstanceContext agentInstanceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputConditionPolledCountFactory(int eventRate, StatementContext statementContext, java.lang.String variableName)
eventRate
- is the number of old or new events that
must arrive in order for the condition to be satisfiedMethod Detail |
---|
public OutputConditionPolled makeNew(AgentInstanceContext agentInstanceContext)
makeNew
in interface OutputConditionPolledFactory
public OutputConditionPolled makeFromState(AgentInstanceContext agentInstanceContext, OutputConditionPolledState state)
makeFromState
in interface OutputConditionPolledFactory
|
© 2006-2016 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 |