Uses of Class
io.siddhi.query.api.execution.query.output.stream.UpdateSet
-
Packages that use UpdateSet Package Description io.siddhi.query.api.execution.query io.siddhi.query.api.execution.query.output.stream -
-
Uses of UpdateSet in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query with parameters of type UpdateSet Modifier and Type Method Description voidOnDemandQuery. updateBy(String outputTableId, UpdateSet updateSetAttributes, Expression onUpdateExpression)Method to set an updateStream as the outputStream of the on-demand queryvoidQuery. updateBy(String outputTableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSetAttributes, Expression onUpdateExpression)voidQuery. updateBy(String outputTableId, UpdateSet updateSetAttributes, Expression onUpdateExpression)voidStoreQuery. updateBy(String outputTableId, UpdateSet updateSetAttributes, Expression onUpdateExpression)Deprecated.Method to set an updateStream as the outputStream of the store queryvoidOnDemandQuery. updateOrInsertBy(String outputTableId, UpdateSet updateSetAttributes, Expression onUpdateExpression)Method to set an updateOrInsertStream as the outputStream of the on-demand queryvoidQuery. updateOrInsertBy(String outputTableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSetAttributes, Expression onUpdateExpression)voidQuery. updateOrInsertBy(String outputTableId, UpdateSet updateSetAttributes, Expression onUpdateExpression)voidStoreQuery. updateOrInsertBy(String outputTableId, UpdateSet updateSetAttributes, Expression onUpdateExpression)Deprecated.Method to set an updateOrInsertStream as the outputStream of the store query -
Uses of UpdateSet in io.siddhi.query.api.execution.query.output.stream
Methods in io.siddhi.query.api.execution.query.output.stream that return UpdateSet Modifier and Type Method Description UpdateSetUpdateOrInsertStream. getUpdateSet()UpdateSetUpdateStream. getUpdateSet()UpdateSetUpdateSet. set(Variable tableVariable, Expression assignmentExpression)static UpdateSetUpdateOrInsertStream. updateSet()static UpdateSetUpdateStream. updateSet()Methods in io.siddhi.query.api.execution.query.output.stream with parameters of type UpdateSet Modifier and Type Method Description voidUpdateOrInsertStream. setUpdateSet(UpdateSet updateSet)voidUpdateStream. setUpdateSet(UpdateSet updateSet)Constructors in io.siddhi.query.api.execution.query.output.stream with parameters of type UpdateSet Constructor Description UpdateOrInsertStream(String tableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSet, Expression onUpdateExpression)UpdateOrInsertStream(String tableId, UpdateSet updateSet, Expression onUpdateExpression)UpdateStream(String tableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSet, Expression onUpdateExpression)UpdateStream(String tableId, UpdateSet updateSet, Expression onUpdateExpression)
-