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 PartitionTypepublic RangePartitionType.RangePartitionProperty[] getRangePartitionProperties()
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.