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 StreamHandlerpublic String getNamespace()
getNamespace in interface Extensionpublic int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.