Package net.esper.eql.view

Interface Summary
OutputCallback A wrapper for the callback from the output limit condition to the output handler.
OutputCondition A condition that must be satisfied before output processing is allowed to continue.
 

Class Summary
FilterExprView Simple filter view filtering events using a filter expression tree.
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.
OutputConditionFactory Factory for output condition instances.
OutputConditionNull An empty output condition that is always satisfied.
OutputConditionTime Output condition that is satisfied at the end of every time interval of a given length.
OutputProcessView A view that prepares output events, batching incoming events and invoking the result set processor as necessary.