Uses of Class
io.siddhi.core.table.InMemoryTable
-
Packages that use InMemoryTable Package Description io.siddhi.core.table io.siddhi.core.util.cache -
-
Uses of InMemoryTable in io.siddhi.core.table
Subclasses of InMemoryTable in io.siddhi.core.table 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 removal -
Uses of InMemoryTable in io.siddhi.core.util.cache
Constructors in io.siddhi.core.util.cache with parameters of type InMemoryTable Constructor Description CacheExpirer(long retentionPeriod, InMemoryTable cacheTable, Map<String,Table> tableMap, AbstractQueryableRecordTable storeTable, SiddhiAppContext siddhiAppContext)
-