Uses of Interface
io.siddhi.core.table.CompiledUpdateSet
-
Packages that use CompiledUpdateSet Package Description io.siddhi.core.query.output.callback io.siddhi.core.stream.input io.siddhi.core.table io.siddhi.core.table.record io.siddhi.core.util.error.handler.model -
-
Uses of CompiledUpdateSet in io.siddhi.core.query.output.callback
Constructors in io.siddhi.core.query.output.callback with parameters of type CompiledUpdateSet Constructor Description UpdateOrInsertTableCallback(Table table, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName)UpdateTableCallback(Table table, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int matchingStreamIndex, boolean convertToStreamEvent, StateEventFactory stateEventFactory, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter, String queryName) -
Uses of CompiledUpdateSet in io.siddhi.core.stream.input
Methods in io.siddhi.core.stream.input with parameters of type CompiledUpdateSet Modifier and Type Method Description voidTableInputHandler. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidTableInputHandler. updateOrAdd(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor) -
Uses of CompiledUpdateSet in io.siddhi.core.table
Classes in io.siddhi.core.table that implement CompiledUpdateSet Modifier and Type Class Description classInMemoryCompiledUpdateSetCompiled update-set created forInMemoryTableMethods in io.siddhi.core.table that return CompiledUpdateSet Modifier and Type Method Description CompiledUpdateSetInMemoryTable. compileUpdateSet(io.siddhi.query.api.execution.query.output.stream.UpdateSet updateSet, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, SiddhiQueryContext siddhiQueryContext)abstract CompiledUpdateSetTable. compileUpdateSet(io.siddhi.query.api.execution.query.output.stream.UpdateSet updateSet, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, SiddhiQueryContext siddhiQueryContext)Builds the "compiled" set clause of an update query.Methods in io.siddhi.core.table with parameters of type CompiledUpdateSet Modifier and Type Method Description protected voidTable. onUpdateError(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, Exception e)protected voidTable. onUpdateOrAddError(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor, Exception e)voidInMemoryTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)abstract voidTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidTable. updateEvents(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, int noOfEvents)voidInMemoryTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)abstract voidTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)voidCacheTable. updateOrAddAndTrimUptoMaxSize(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor, int maxTableSize)voidTable. updateOrAddEvents(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor, int noOfEvents) -
Uses of CompiledUpdateSet in io.siddhi.core.table.record
Classes in io.siddhi.core.table.record that implement CompiledUpdateSet Modifier and Type Class Description classRecordTableCompiledUpdateSetCompiledUpdateSetimplementation for Record TableMethods in io.siddhi.core.table.record that return CompiledUpdateSet Modifier and Type Method Description CompiledUpdateSetAbstractQueryableRecordTable. compileUpdateSet(io.siddhi.query.api.execution.query.output.stream.UpdateSet updateSet, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, SiddhiQueryContext siddhiQueryContext)CompiledUpdateSetAbstractRecordTable. compileUpdateSet(io.siddhi.query.api.execution.query.output.stream.UpdateSet updateSet, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, SiddhiQueryContext siddhiQueryContext)Methods in io.siddhi.core.table.record with parameters of type CompiledUpdateSet Modifier and Type Method Description voidAbstractQueryableRecordTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidAbstractRecordTable. update(ComplexEventChunk<StateEvent> updatingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)voidAbstractQueryableRecordTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)voidAbstractRecordTable. updateOrAdd(ComplexEventChunk<StateEvent> updateOrAddingEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor) -
Uses of CompiledUpdateSet in io.siddhi.core.util.error.handler.model
Methods in io.siddhi.core.util.error.handler.model that return CompiledUpdateSet Modifier and Type Method Description CompiledUpdateSetReplayableTableRecord. getCompiledUpdateSet()Methods in io.siddhi.core.util.error.handler.model with parameters of type CompiledUpdateSet Modifier and Type Method Description voidReplayableTableRecord. setCompiledUpdateSet(CompiledUpdateSet compiledUpdateSet)Constructors in io.siddhi.core.util.error.handler.model with parameters of type CompiledUpdateSet Constructor Description ReplayableTableRecord(ComplexEventChunk complexEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet)For onUpdateErrorReplayableTableRecord(ComplexEventChunk complexEventChunk, CompiledCondition compiledCondition, CompiledUpdateSet compiledUpdateSet, AddingStreamEventExtractor addingStreamEventExtractor)For onUpdateOrAddError
-