Class RangePartitionType
- java.lang.Object
-
- io.siddhi.query.api.execution.partition.RangePartitionType
-
- All Implemented Interfaces:
PartitionType,SiddhiElement,Serializable
public class RangePartitionType extends Object implements PartitionType
Partition type supporting value ranges- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRangePartitionType.RangePartitionPropertyEach range partition property
-
Constructor Summary
Constructors Constructor Description RangePartitionType(String streamId, RangePartitionType.RangePartitionProperty[] rangePartitionProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()RangePartitionType.RangePartitionProperty[]getRangePartitionProperties()StringgetStreamId()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Constructor Detail
-
RangePartitionType
public RangePartitionType(String streamId, RangePartitionType.RangePartitionProperty[] rangePartitionProperties)
-
-
Method Detail
-
getStreamId
public String getStreamId()
- Specified by:
getStreamIdin interfacePartitionType
-
getRangePartitionProperties
public RangePartitionType.RangePartitionProperty[] getRangePartitionProperties()
-
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
-
-