|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputCondition | |
---|---|
net.esper.eql.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of OutputCondition in net.esper.eql.view |
---|
Classes in net.esper.eql.view that implement OutputCondition | |
---|---|
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 |
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 |
OutputConditionTime
Output condition that is satisfied at the end of every time interval of a given length. |
Methods in net.esper.eql.view that return OutputCondition | |
---|---|
static OutputCondition |
OutputConditionFactory.createCondition(OutputLimitSpec outputLimitSpec,
StatementServiceContext statementContext,
OutputCallback outputCallback)
Creates an output condition instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |