Uses of Class
io.siddhi.query.api.execution.query.input.handler.Window
-
Packages that use Window Package Description io.siddhi.query.api.definition io.siddhi.query.api.execution.query.input.stream -
-
Uses of Window in io.siddhi.query.api.definition
Methods in io.siddhi.query.api.definition that return Window Modifier and Type Method Description WindowWindowDefinition. getWindow()Return the internal window of the WindowDefinition.Methods in io.siddhi.query.api.definition with parameters of type Window Modifier and Type Method Description WindowDefinitionWindowDefinition. window(Window window)UpdateSet the internal window to the WindowDefinition. -
Uses of Window in io.siddhi.query.api.execution.query.input.stream
Methods in io.siddhi.query.api.execution.query.input.stream with parameters of type Window Modifier and Type Method Description SingleInputStreamBasicSingleInputStream. window(Window window)Constructors in io.siddhi.query.api.execution.query.input.stream with parameters of type Window Constructor Description SingleInputStream(BasicSingleInputStream basicSingleInputStream, Window window)
-