Uses of Interface
io.siddhi.core.util.collection.operator.CompiledExpression
-
Packages that use CompiledExpression Package Description io.siddhi.core.table io.siddhi.core.table.record io.siddhi.core.util.collection.operator -
-
Uses of CompiledExpression in io.siddhi.core.table
Classes in io.siddhi.core.table that implement CompiledExpression Modifier and Type Class Description classInMemoryCompiledConditionCompiled condition created forInMemoryTable -
Uses of CompiledExpression in io.siddhi.core.table.record
Classes in io.siddhi.core.table.record that implement CompiledExpression Modifier and Type Class Description classAbstractQueryableRecordTable.CompiledSelectionWithCacheclass to hold both store compile selection and cache compile selection wrappedclassRecordStoreCompiledConditionCompiled condition of theAbstractRecordTableMethods in io.siddhi.core.table.record that return CompiledExpression Modifier and Type Method Description protected abstract CompiledExpressionAbstractRecordTable. compileSetAttribute(ExpressionBuilder expressionBuilder)Compiles the expression in a set clauseMethods in io.siddhi.core.table.record that return types with arguments of type CompiledExpression Modifier and Type Method Description LinkedHashMap<String,CompiledExpression>RecordTableCompiledUpdateSet. getUpdateSetMap()Methods in io.siddhi.core.table.record with parameters of type CompiledExpression Modifier and Type Method Description voidRecordTableCompiledUpdateSet. put(String attributeName, CompiledExpression compiledExpression)Method parameters in io.siddhi.core.table.record with type arguments of type CompiledExpression Modifier and Type Method Description protected abstract voidAbstractRecordTable. update(CompiledCondition updateCondition, List<Map<String,Object>> updateConditionParameterMaps, Map<String,CompiledExpression> updateSetExpressions, List<Map<String,Object>> updateSetParameterMaps)Update all matching recordsvoidRecordTableHandler. update(long timestamp, CompiledCondition compiledCondition, List<Map<String,Object>> updateConditionParameterMaps, LinkedHashMap<String,CompiledExpression> updateSetMap, List<Map<String,Object>> updateSetParameterMaps)abstract voidRecordTableHandler. update(long timestamp, CompiledCondition updateCondition, List<Map<String,Object>> updateConditionParameterMaps, LinkedHashMap<String,CompiledExpression> updateSetExpressions, List<Map<String,Object>> updateSetParameterMaps, RecordTableHandlerCallback recordTableHandlerCallback, S state)voidRecordTableHandlerCallback. update(CompiledCondition updateCondition, List<Map<String,Object>> updateConditionParameterMaps, Map<String,CompiledExpression> updateSetExpressions, List<Map<String,Object>> updateSetParameterMaps)protected abstract voidAbstractRecordTable. updateOrAdd(CompiledCondition updateCondition, List<Map<String,Object>> updateConditionParameterMaps, Map<String,CompiledExpression> updateSetExpressions, List<Map<String,Object>> updateSetParameterMaps, List<Object[]> addingRecords)Try updating the records if they exist else add the recordsvoidRecordTableHandler. updateOrAdd(long timestamp, CompiledCondition compiledCondition, List<Map<String,Object>> updateConditionParameterMaps, LinkedHashMap<String,CompiledExpression> updateSetMap, List<Map<String,Object>> updateSetParameterMaps, List<Object[]> addingRecords)abstract voidRecordTableHandler. updateOrAdd(long timestamp, CompiledCondition updateCondition, List<Map<String,Object>> updateConditionParameterMaps, LinkedHashMap<String,CompiledExpression> updateSetExpressions, List<Map<String,Object>> updateSetParameterMaps, List<Object[]> addingRecords, RecordTableHandlerCallback recordTableHandlerCallback)voidRecordTableHandlerCallback. updateOrAdd(CompiledCondition updateCondition, List<Map<String,Object>> updateConditionParameterMaps, Map<String,CompiledExpression> updateSetExpressions, List<Map<String,Object>> updateSetParameterMaps, List<Object[]> addingRecords) -
Uses of CompiledExpression in io.siddhi.core.util.collection.operator
Subinterfaces of CompiledExpression in io.siddhi.core.util.collection.operator Modifier and Type Interface Description interfaceCompiledConditionRepresent a logical expressioninterfaceCompiledSelectionRepresent a selectioninterfaceOperatorInterface for Operators related to collection of events.Classes in io.siddhi.core.util.collection.operator that implement CompiledExpression 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.classIncrementalAggregateCompileConditionDefines the logic to find a matching event from an incremental aggregator (retrieval from incremental aggregator), based on the logical conditions defined herewith.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.
-