Uses of Class
io.siddhi.query.api.definition.WindowDefinition
-
Packages that use WindowDefinition Package Description io.siddhi.query.api io.siddhi.query.api.definition -
-
Uses of WindowDefinition in io.siddhi.query.api
Methods in io.siddhi.query.api that return types with arguments of type WindowDefinition Modifier and Type Method Description Map<String,WindowDefinition>SiddhiApp. getWindowDefinitionMap()Methods in io.siddhi.query.api with parameters of type WindowDefinition Modifier and Type Method Description SiddhiAppSiddhiApp. defineWindow(WindowDefinition windowDefinition) -
Uses of WindowDefinition in io.siddhi.query.api.definition
Methods in io.siddhi.query.api.definition that return WindowDefinition Modifier and Type Method Description static WindowDefinitionWindowDefinition. id(String id)Construct and return a WindowDefinition object using the given id.WindowDefinitionWindowDefinition. window(Window window)UpdateSet the internal window to the WindowDefinition.
-