Uses of Interface
io.siddhi.core.util.statistics.MemoryCalculable
-
Packages that use MemoryCalculable Package Description io.siddhi.core.aggregation io.siddhi.core.query io.siddhi.core.table io.siddhi.core.table.record io.siddhi.core.window -
-
Uses of MemoryCalculable in io.siddhi.core.aggregation
Classes in io.siddhi.core.aggregation that implement MemoryCalculable Modifier and Type Class Description classAggregationRuntimeAggregation runtime managing aggregation operations for aggregation definition. -
Uses of MemoryCalculable in io.siddhi.core.query
Classes in io.siddhi.core.query that implement MemoryCalculable Modifier and Type Class Description classQueryRuntimeImplQuery Runtime represent holder object for a single Siddhi query and holds all runtime objects related to that query. -
Uses of MemoryCalculable in io.siddhi.core.table
Classes in io.siddhi.core.table that implement MemoryCalculable Modifier and Type Class Description classCacheTablecommon interface for FIFO, LRU, and LFU cache tablesclassCacheTableFIFOcache table with FIFO entry removalclassCacheTableLFUcache table with FIFO entry removalclassCacheTableLRUcache table with LRU entry removalclassInMemoryTableIn-memory event table implementation of SiddhiQL.classTableInterface class to represent Tables in Siddhi. -
Uses of MemoryCalculable in io.siddhi.core.table.record
Classes in io.siddhi.core.table.record that implement MemoryCalculable Modifier and Type Class Description classAbstractQueryableRecordTableAn abstract implementation of table.classAbstractRecordTableAn abstract implementation of table. -
Uses of MemoryCalculable in io.siddhi.core.window
Classes in io.siddhi.core.window that implement MemoryCalculable Modifier and Type Class Description classWindowWindow implementation of SiddhiQL.
-