Package | Description |
---|---|
com.espertech.esper.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Modifier and Type | Class and Description |
---|---|
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.
|