Uses of Class
io.siddhi.query.api.execution.query.output.stream.OutputStream.OutputEventType
-
Packages that use OutputStream.OutputEventType Package Description io.siddhi.query.api.definition io.siddhi.query.api.execution.query io.siddhi.query.api.execution.query.output.stream -
-
Uses of OutputStream.OutputEventType in io.siddhi.query.api.definition
Methods in io.siddhi.query.api.definition that return OutputStream.OutputEventType Modifier and Type Method Description OutputStream.OutputEventTypeWindowDefinition. getOutputEventType()Return the output event type of the window.Methods in io.siddhi.query.api.definition with parameters of type OutputStream.OutputEventType Modifier and Type Method Description voidWindowDefinition. setOutputEventType(OutputStream.OutputEventType outputEventType)UpdateSet output event type of the window. -
Uses of OutputStream.OutputEventType in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query with parameters of type OutputStream.OutputEventType Modifier and Type Method Description voidQuery. deleteBy(String outputTableId, OutputStream.OutputEventType outputEventType, Expression onDeletingExpression)QueryQuery. insertInto(String outputStreamId, OutputStream.OutputEventType outputEventType)QueryQuery. insertIntoFault(String outputStreamId, OutputStream.OutputEventType outputEventType)QueryQuery. insertIntoInner(String outputStreamId, OutputStream.OutputEventType outputEventType)QueryQuery. returns(OutputStream.OutputEventType outputEventType)voidQuery. updateBy(String outputTableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSetAttributes, Expression onUpdateExpression)voidQuery. updateBy(String outputTableId, OutputStream.OutputEventType outputEventType, Expression onUpdateExpression)voidQuery. updateOrInsertBy(String outputTableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSetAttributes, Expression onUpdateExpression) -
Uses of OutputStream.OutputEventType in io.siddhi.query.api.execution.query.output.stream
Fields in io.siddhi.query.api.execution.query.output.stream declared as OutputStream.OutputEventType Modifier and Type Field Description protected OutputStream.OutputEventTypeOutputStream. outputEventTypeMethods in io.siddhi.query.api.execution.query.output.stream that return OutputStream.OutputEventType Modifier and Type Method Description OutputStream.OutputEventTypeOutputStream. getOutputEventType()static OutputStream.OutputEventTypeOutputStream.OutputEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputStream.OutputEventType[]OutputStream.OutputEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.query.api.execution.query.output.stream with parameters of type OutputStream.OutputEventType Modifier and Type Method Description voidOutputStream. setOutputEventType(OutputStream.OutputEventType outputEventType)
-