Uses of Class
io.siddhi.core.table.CacheTable
-
Packages that use CacheTable Package Description io.siddhi.core.table io.siddhi.core.table.holder io.siddhi.core.util.collection.executor io.siddhi.core.util.collection.operator io.siddhi.core.util.parser -
-
Uses of CacheTable in io.siddhi.core.table
Subclasses of CacheTable in io.siddhi.core.table Modifier and Type Class Description classCacheTableFIFOcache table with FIFO entry removalclassCacheTableLFUcache table with FIFO entry removalclassCacheTableLRUcache table with LRU entry removal -
Uses of CacheTable in io.siddhi.core.table.holder
Methods in io.siddhi.core.table.holder with parameters of type CacheTable Modifier and Type Method Description voidIndexEventHolderForCache. setCacheTable(CacheTable cacheTable) -
Uses of CacheTable in io.siddhi.core.util.collection.executor
Constructors in io.siddhi.core.util.collection.executor with parameters of type CacheTable Constructor Description AndMultiPrimaryKeyCollectionExecutor(String compositePrimaryKey, List<ExpressionExecutor> multiPrimaryKeyExpressionExecutors, CacheTable cacheTable)CompareCollectionExecutor(ExpressionExecutor expressionExecutor, int storeEventIndex, String attribute, io.siddhi.query.api.expression.condition.Compare.Operator operator, ExpressionExecutor valueExpressionExecutor, CacheTable cacheTable) -
Uses of CacheTable in io.siddhi.core.util.collection.operator
Constructors in io.siddhi.core.util.collection.operator with parameters of type CacheTable Constructor Description IndexOperatorForCache(CollectionExecutor collectionExecutor, String queryName, CacheTable cacheTable)OverwriteTableIndexOperatorForCache(CollectionExecutor collectionExecutor, String queryName, CacheTable cacheTable) -
Uses of CacheTable in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser with parameters of type CacheTable Modifier and Type Method Description static CollectionExecutorCollectionExpressionParser. buildCollectionExecutor(CollectionExpression collectionExpression, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, boolean isFirst, ProcessingMode processingMode, boolean outputExpectsExpiredEvents, SiddhiQueryContext siddhiQueryContext, boolean isCache, CacheTable cacheTable)static OperatorOperatorParser. constructOperatorForCache(Object storeEvents, io.siddhi.query.api.expression.Expression expression, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, SiddhiQueryContext siddhiQueryContext, boolean updateCachePolicyAttribute, CacheTable cacheTable)
-