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 |
---|---|
AbstractQueryableRecordTable |
An abstract implementation of table.
|
AbstractRecordTable |
An abstract implementation of table.
|
BaseExpressionVisitor |
Implementation of Antlr Visitor implementation for conditions.
|
ExpressionBuilder |
Parse and build Siddhi Condition objects from @{link
Expression s. |
RecordTableCompiledUpdateSet |
CompiledUpdateSet implementation for Record Table |
RecordTableHandler<S extends State> |
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
RecordTableHandler s |
Enum | Description |
---|---|
ExpressionVisitor.MathOperator |
Math operator enums.
|
Copyright © 2019. All rights reserved.