Class StreamFunction
- java.lang.Object
-
- io.siddhi.query.api.execution.query.input.handler.StreamFunction
-
- All Implemented Interfaces:
StreamHandler,Extension,SiddhiElement,Serializable
public class StreamFunction extends Object implements StreamHandler, Extension, SiddhiElement
Siddhi stream function- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamFunction(String function)StreamFunction(String function, Expression[] parameters)StreamFunction(String namespace, String function)StreamFunction(String namespace, String function, Expression[] parameters)
-
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
-
StreamFunction
public StreamFunction(String namespace, String function, Expression[] parameters)
-
StreamFunction
public StreamFunction(String function, Expression[] parameters)
-
StreamFunction
public StreamFunction(String function)
-
-
Method Detail
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceExtension
-
getParameters
public Expression[] getParameters()
- Specified by:
getParametersin interfaceStreamHandler
-
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
-
-