public class StreamFunction extends Object implements StreamHandler, Extension, SiddhiElement
Constructor and Description |
---|
StreamFunction(String function) |
StreamFunction(String function,
Expression[] parameters) |
StreamFunction(String namespace,
String function) |
StreamFunction(String namespace,
String function,
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 StreamFunction(String namespace, String function, Expression[] parameters)
public StreamFunction(String function, Expression[] parameters)
public StreamFunction(String function)
public String getNamespace()
getNamespace
in interface Extension
public Expression[] getParameters()
getParameters
in interface StreamHandler
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.