public class RangePartitionType extends Object implements PartitionType
Modifier and Type | Class and Description |
---|---|
static class |
RangePartitionType.RangePartitionProperty
Each range partition property.
|
Constructor and Description |
---|
RangePartitionType(String streamId,
RangePartitionType.RangePartitionProperty[] rangePartitionProperties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
RangePartitionType.RangePartitionProperty[] |
getRangePartitionProperties() |
String |
getStreamId() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public RangePartitionType(String streamId, RangePartitionType.RangePartitionProperty[] rangePartitionProperties)
public String getStreamId()
getStreamId
in interface PartitionType
public RangePartitionType.RangePartitionProperty[] getRangePartitionProperties()
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.