Uses of Class
io.siddhi.core.window.Window
-
Packages that use Window Package Description io.siddhi.core io.siddhi.core.query io.siddhi.core.query.output.callback io.siddhi.core.query.processor.stream.window io.siddhi.core.util io.siddhi.core.util.parser.helper -
-
Uses of Window in io.siddhi.core
Methods in io.siddhi.core that return types with arguments of type Window Modifier and Type Method Description Collection<Window>SiddhiAppRuntime. getWindows()Collection<Window>SiddhiAppRuntimeImpl. getWindows() -
Uses of Window in io.siddhi.core.query
Constructors in io.siddhi.core.query with parameters of type Window Constructor Description FindOnDemandQueryRuntime(Window window, CompiledCondition compiledCondition, String queryName, MetaStreamEvent metaStreamEvent) -
Uses of Window in io.siddhi.core.query.output.callback
Fields in io.siddhi.core.query.output.callback declared as Window Modifier and Type Field Description protected WindowInsertIntoWindowCallback. windowWindow to which the events have to be inserted.Methods in io.siddhi.core.query.output.callback that return Window Modifier and Type Method Description WindowInsertIntoWindowCallback. getWindow()Return theWindowassociated with this callback.Constructors in io.siddhi.core.query.output.callback with parameters of type Window Constructor Description InsertIntoWindowCallback(Window window, io.siddhi.query.api.definition.StreamDefinition outputStreamDefinition, String queryName)InsertIntoWindowEndPartitionCallback(Window window, io.siddhi.query.api.definition.StreamDefinition outputStreamDefinition, String queryName) -
Uses of Window in io.siddhi.core.query.processor.stream.window
Constructors in io.siddhi.core.query.processor.stream.window with parameters of type Window Constructor Description WindowWindowProcessor(Window window) -
Uses of Window in io.siddhi.core.util
Methods in io.siddhi.core.util that return types with arguments of type Window Modifier and Type Method Description ConcurrentMap<String,Window>SiddhiAppRuntimeBuilder. getWindowMap() -
Uses of Window in io.siddhi.core.util.parser.helper
Method parameters in io.siddhi.core.util.parser.helper with type arguments of type Window Modifier and Type Method Description static voidDefinitionParserHelper. addWindow(io.siddhi.query.api.definition.WindowDefinition windowDefinition, ConcurrentMap<String,Window> eventWindowMap, SiddhiAppContext siddhiAppContext)
-