public class ValuePartitionType extends Object implements PartitionType
| Constructor and Description |
|---|
ValuePartitionType(String streamId,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getExpression() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
String |
getStreamId() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public ValuePartitionType(String streamId, Expression expression)
public Expression getExpression()
public String getStreamId()
getStreamId in interface PartitionTypepublic 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 © 2018 WSO2. All rights reserved.