[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | FilterExprView |
Simple filter view filtering events using a filter expression tree.
|
![]() | InternalRouteView | View for internally routing events which is commenly the last step in execution of a statement
in which an insert-into clause has been specified.
|
![]() | IStreamRStreamSelectorView | View for applying a final "rstream" or "istream" selection on the result event rows before
publishing to listeners.
|
![]() | 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.
|
![]() | OutputConditionFirst | An output condition that is satisfied at the first event
of either a time-based or count-based batch.
|
![]() | 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.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | OutputCondition | A condition that must be satisfied before output processing
is allowed to continue. Once the condition is satisfied, it
makes a callback to continue output processing.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | OutputCallback | Invoked to perform output processing. |