|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputCondition | |
---|---|
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of OutputCondition in com.espertech.esper.epl.view |
---|
Classes in com.espertech.esper.epl.view that implement OutputCondition | |
---|---|
class |
OutputConditionBase
|
class |
OutputConditionCount
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. |
class |
OutputConditionCrontab
Output condition handling crontab-at schedule output. |
class |
OutputConditionExpression
Output condition for output rate limiting that handles when-then expressions for controlling output. |
class |
OutputConditionFirst
An output condition that is satisfied at the first event of either a time-based or count-based batch. |
class |
OutputConditionNull
An empty output condition that is always satisfied. |
class |
OutputConditionTerm
|
class |
OutputConditionTime
Output condition that is satisfied at the end of every time interval of a given length. |
Methods in com.espertech.esper.epl.view that return OutputCondition | |
---|---|
OutputCondition |
OutputConditionTimeFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionTermFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionNullFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionFirstFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionExpressionFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionCrontabFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
OutputCondition |
OutputConditionCountFactory.make(AgentInstanceContext agentInstanceContext,
OutputCallback outputCallback)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |