Package | Description |
---|---|
io.siddhi.core.aggregation | |
io.siddhi.core.query | |
io.siddhi.core.table | |
io.siddhi.core.table.record | |
io.siddhi.core.window |
Modifier and Type | Class and Description |
---|---|
class |
AggregationRuntime
Aggregation runtime managing aggregation operations for aggregation definition.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryRuntimeImpl
Query Runtime represent holder object for a single Siddhi query and holds all runtime objects related to that query.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheTable
common interface for FIFO, LRU, and LFU cache tables
|
class |
CacheTableFIFO
cache table with FIFO entry removal
|
class |
CacheTableLFU
cache table with FIFO entry removal
|
class |
CacheTableLRU
cache table with LRU entry removal
|
class |
InMemoryTable
In-memory event table implementation of SiddhiQL.
|
class |
Table
Interface class to represent Tables in Siddhi.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryableRecordTable
An abstract implementation of table.
|
class |
AbstractRecordTable
An abstract implementation of table.
|
Modifier and Type | Class and Description |
---|---|
class |
Window
Window implementation of SiddhiQL.
|
Copyright © 2019. All rights reserved.