Class CountStateElement
java.lang.Object
org.wso2.siddhi.query.api.execution.query.input.state.CountStateElement
- All Implemented Interfaces:
StateElement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCountStateElement(StreamStateElement streamStateElement, int minCount, int maxCount) CountStateElement(StreamStateElement streamStateElement, int minCount, int maxCount, TimeConstant within) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()voidsetWithin(TimeConstant within) toString()
-
Field Details
-
ANY
public static final int ANY- See Also:
-
-
Constructor Details
-
CountStateElement
public CountStateElement(StreamStateElement streamStateElement, int minCount, int maxCount, TimeConstant within) -
CountStateElement
-
-
Method Details
-
getMinCount
public int getMinCount() -
getMaxCount
public int getMaxCount() -
getStreamStateElement
-
getWithin
- Specified by:
getWithinin interfaceStateElement
-
setWithin
- Specified by:
setWithinin interfaceStateElement
-
toString
-
equals
-
hashCode
public int hashCode()
-