public class Window extends Object implements StreamHandler, Extension, SiddhiElement
Constructor and Description |
---|
Window(String functionName) |
Window(String functionName,
Expression[] parameters) |
Window(String namespace,
String functionName) |
Window(String namespace,
String functionName,
Expression[] parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
Expression[] |
getParameters() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public Window(String namespace, String functionName, Expression[] parameters)
public Window(String functionName, Expression[] parameters)
public Window(String functionName)
public Expression[] getParameters()
getParameters
in interface StreamHandler
public String getNamespace()
getNamespace
in interface Extension
public int[] getQueryContextStartIndex()
getQueryContextStartIndex
in interface SiddhiElement
public void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex
in interface SiddhiElement
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface SiddhiElement
public void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex
in interface SiddhiElement
Copyright © 2018 WSO2. All rights reserved.