| Interface | Description |
|---|---|
| ExpressionVisitor |
Antlr Visitor interface for Siddhi conditions.
|
| RecordIterator<T> |
This iterator represents an event table iterator which is also capable of closing and releasing its resources.
|
| Class | Description |
|---|---|
| AbstractRecordTable |
An abstract implementation of table.
|
| BaseExpressionVisitor |
Implementation of Antlr Visitor implementation for conditions.
|
| ExpressionBuilder |
Parse and build Siddhi Condition objects from @{link
Expressions. |
| RecordTableCompiledUpdateSet |
CompiledUpdateSet implementation for Record Table |
| RecordTableHandler |
RecordTableHandler is an optional handler that can be implemented to do processing on output events before sending
to the AbstractRecordTable.
|
| RecordTableHandlerCallback |
Record Table Handler Callback is used to send events to the
AbstractRecordTable after being handled by
RecordTableHandler. |
| RecordTableHandlerManager |
RecordTableHandlerManager is a factory implementation that would generate
RecordTableHandlers |
| Enum | Description |
|---|---|
| ExpressionVisitor.MathOperator |
Math operator enums.
|
Copyright © 2017 WSO2. All rights reserved.