|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.view.OutputConditionPolledExpression
public class OutputConditionPolledExpression
Output condition for output rate limiting that handles when-then expressions for controlling output.
Constructor Summary | |
---|---|
OutputConditionPolledExpression(OutputConditionPolledExpressionFactory factory,
OutputConditionPolledExpressionState state,
AgentInstanceContext agentInstanceContext,
ObjectArrayEventBean builtinProperties)
|
Method Summary | |
---|---|
OutputConditionPolledState |
getState()
|
boolean |
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 OutputConditionPolledExpression(OutputConditionPolledExpressionFactory factory, OutputConditionPolledExpressionState state, AgentInstanceContext agentInstanceContext, ObjectArrayEventBean builtinProperties)
Method Detail |
---|
public OutputConditionPolledState getState()
getState
in interface OutputConditionPolled
public boolean updateOutputCondition(int newEventsCount, int oldEventsCount)
OutputConditionPolled
updateOutputCondition
in interface OutputConditionPolled
newEventsCount
- - number of new events incomingoldEventsCount
- - number of old events incoming
|
© 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 |