Package | Description |
---|---|
org.ballerinalang.siddhi.query.api | |
org.ballerinalang.siddhi.query.api.definition |
Modifier and Type | Method and Description |
---|---|
Map<String,WindowDefinition> |
SiddhiApp.getWindowDefinitionMap() |
Modifier and Type | Method and Description |
---|---|
SiddhiApp |
SiddhiApp.defineWindow(WindowDefinition windowDefinition) |
Modifier and Type | Method and Description |
---|---|
static WindowDefinition |
WindowDefinition.id(String id)
Construct and return a WindowDefinition object using the given id.
|
WindowDefinition |
WindowDefinition.window(Window window)
UpdateSet the internal window to the WindowDefinition.
|
Copyright © 2018 WSO2. All rights reserved.