[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

  ClassDescription
public classFilterExprView
Simple filter view filtering events using a filter expression tree.

public classInternalRouteView
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.

public classIStreamRStreamSelectorView
View for applying a final "rstream" or "istream" selection on the result event rows before publishing to listeners.

public classOutputConditionCount
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.

public classOutputConditionFactory
Factory for output condition instances.

public classOutputConditionFirst
An output condition that is satisfied at the first event of either a time-based or count-based batch.

public classOutputConditionNull
An empty output condition that is always satisfied.

public classOutputConditionTime
Output condition that is satisfied at the end of every time interval of a given length.

public classOutputProcessView
A view that prepares output events, batching incoming events and invoking the result set processor as necessary.

Interfaces

  InterfaceDescription
public interfaceOutputCondition
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

  DelegateDescription
public delegateOutputCallback
Invoked to perform output processing.