Uses of Interface
io.siddhi.core.util.collection.operator.Operator
-
Packages that use Operator Package Description io.siddhi.core.util.collection.operator io.siddhi.core.util.parser -
-
Uses of Operator in io.siddhi.core.util.collection.operator
Classes in io.siddhi.core.util.collection.operator that implement Operator Modifier and Type Class Description classCollectionOperatorOperator which is related to non-indexed In-memory table operations.classEventChunkOperatorOperator which is related to non-indexed In-memory table operations.classIndexOperatorOperator which is related to non-indexed In-memory table operations.classIndexOperatorForCacheExtension of IndexOperator that implements handleCachePolicyAttributeUpdate for cache usageclassMapOperatorOperator which is related to non-indexed In-memory table operations.classOverwriteTableIndexOperatorOperator which is related to non-indexed In-memory table operations.classOverwriteTableIndexOperatorForCacheExtension of IndexOperatorForCache with overwrite for update or addclassSnapshotableEventQueueOperatorOperator which is related to non-indexed In-memory table operations. -
Uses of Operator in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return Operator Modifier and Type Method Description static OperatorOperatorParser. constructOperator(Object storeEvents, io.siddhi.query.api.expression.Expression expression, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, SiddhiQueryContext siddhiQueryContext)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)
-