Class OutputStream
- java.lang.Object
-
- io.siddhi.query.api.execution.query.output.stream.OutputStream
-
- All Implemented Interfaces:
SiddhiElement,Serializable
- Direct Known Subclasses:
DeleteStream,InsertIntoStream,ReturnStream,UpdateOrInsertStream,UpdateStream
public abstract class OutputStream extends Object implements SiddhiElement
Query output stream- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutputStream.OutputEventTypeOutput event types
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected OutputStream.OutputEventTypeoutputEventType
-
Constructor Summary
Constructors Constructor Description OutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()OutputStream.OutputEventTypegetOutputEventType()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()inthashCode()voidsetId(String id)voidsetOutputEventType(OutputStream.OutputEventType outputEventType)voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Field Detail
-
id
protected String id
-
outputEventType
protected OutputStream.OutputEventType outputEventType
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getOutputEventType
public OutputStream.OutputEventType getOutputEventType()
-
setOutputEventType
public void setOutputEventType(OutputStream.OutputEventType outputEventType)
-
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
-
-