| Interface | Description |
|---|---|
| CompiledUpdateSet |
Marker interface for
CompiledUpdateSet |
| Class | Description |
|---|---|
| CacheTable |
common interface for FIFO, LRU, and LFU cache tables
|
| CacheTableFIFO |
cache table with FIFO entry removal
|
| CacheTableLFU |
cache table with FIFO entry removal
|
| CacheTableLRU |
cache table with LRU entry removal
|
| InMemoryCompiledCondition |
Compiled condition created for
InMemoryTable |
| InMemoryCompiledUpdateSet |
Compiled update-set created for
InMemoryTable |
| InMemoryTable |
In-memory event table implementation of SiddhiQL.
|
| Table |
Interface class to represent Tables in Siddhi.
|
| Enum | Description |
|---|---|
| Table.OnErrorAction |
Different Type of On Error Actions
|
Copyright © 2022. All rights reserved.