Class Window
- java.lang.Object
-
- io.siddhi.query.api.execution.query.input.handler.Window
-
- All Implemented Interfaces:
StreamHandler,Extension,SiddhiElement,Serializable
public class Window extends Object implements StreamHandler, Extension, SiddhiElement
Siddhi window handler- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetNamespace()Expression[]getParameters()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Constructor Detail
-
Window
public Window(String namespace, String functionName, Expression[] parameters)
-
Window
public Window(String functionName, Expression[] parameters)
-
Window
public Window(String functionName)
-
-
Method Detail
-
getParameters
public Expression[] getParameters()
- Specified by:
getParametersin interfaceStreamHandler
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceExtension
-
getQueryContextStartIndex
public int[] getQueryContextStartIndex()
- Specified by:
getQueryContextStartIndexin interfaceSiddhiElement
-
setQueryContextStartIndex
public void setQueryContextStartIndex(int[] lineAndColumn)
- Specified by:
setQueryContextStartIndexin interfaceSiddhiElement
-
getQueryContextEndIndex
public int[] getQueryContextEndIndex()
- Specified by:
getQueryContextEndIndexin interfaceSiddhiElement
-
setQueryContextEndIndex
public void setQueryContextEndIndex(int[] lineAndColumn)
- Specified by:
setQueryContextEndIndexin interfaceSiddhiElement
-
-