Class ValuePartitionType
- java.lang.Object
-
- io.siddhi.query.api.execution.partition.ValuePartitionType
-
- All Implemented Interfaces:
PartitionType,SiddhiElement,Serializable
public class ValuePartitionType extends Object implements PartitionType
Partition type supporting values- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValuePartitionType(String streamId, Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetExpression()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()StringgetStreamId()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Constructor Detail
-
ValuePartitionType
public ValuePartitionType(String streamId, Expression expression)
-
-
Method Detail
-
getExpression
public Expression getExpression()
-
getStreamId
public String getStreamId()
- Specified by:
getStreamIdin interfacePartitionType
-
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
-
-