Uses of Class
org.wso2.siddhi.query.api.expression.constant.TimeConstant
Packages that use TimeConstant
Package
Description
-
Uses of TimeConstant in org.wso2.siddhi.query.api.definition
Methods in org.wso2.siddhi.query.api.definition with parameters of type TimeConstant -
Uses of TimeConstant in org.wso2.siddhi.query.api.execution.query.input.state
Fields in org.wso2.siddhi.query.api.execution.query.input.state declared as TimeConstantMethods in org.wso2.siddhi.query.api.execution.query.input.state that return TimeConstantModifier and TypeMethodDescriptionCountStateElement.getWithin()EveryStateElement.getWithin()LogicalStateElement.getWithin()NextStateElement.getWithin()StateElement.getWithin()StreamStateElement.getWithin()Methods in org.wso2.siddhi.query.api.execution.query.input.state with parameters of type TimeConstantModifier and TypeMethodDescriptionstatic StateElementState.count(StreamStateElement streamStateElement, int min, int max, TimeConstant time) static StateElementState.countLessThanEqual(StreamStateElement streamStateElement, int max, TimeConstant time) static StateElementState.countMoreThanEqual(StreamStateElement streamStateElement, int min, TimeConstant time) static StateElementState.every(StateElement stateElement, TimeConstant time) static StateElementState.logicalAnd(StreamStateElement streamStateElement1, StreamStateElement streamStateElement2, TimeConstant time) static StateElementState.logicalNot(StreamStateElement notStreamStateElement, TimeConstant time) static StateElementState.logicalNotAnd(StreamStateElement notStreamStateElement, StreamStateElement andStreamStateElement, TimeConstant time) static StateElementState.logicalOr(StreamStateElement streamStateElement1, StreamStateElement streamStateElement2, TimeConstant time) static StateElementState.next(StateElement stateElement, StateElement followedByStateElement, TimeConstant time) static StateElementState.oneOrMany(StreamStateElement streamStateElement, TimeConstant within) voidCountStateElement.setWithin(TimeConstant within) voidEveryStateElement.setWithin(TimeConstant within) voidLogicalStateElement.setWithin(TimeConstant within) voidNextStateElement.setWithin(TimeConstant within) voidStateElement.setWithin(TimeConstant within) voidStreamStateElement.setWithin(TimeConstant within) static StreamStateElementState.stream(BasicSingleInputStream basicSingleInputStream, TimeConstant time) static StateElementState.zeroOrMany(StreamStateElement streamStateElement, TimeConstant within) static StateElementState.zeroOrOne(StreamStateElement streamStateElement, TimeConstant within) Constructors in org.wso2.siddhi.query.api.execution.query.input.state with parameters of type TimeConstantModifierConstructorDescriptionCountStateElement(StreamStateElement streamStateElement, int minCount, int maxCount, TimeConstant within) EveryStateElement(StateElement stateElement, TimeConstant within) LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2, TimeConstant within) NextStateElement(StateElement StateElement, StateElement nextStateElement, TimeConstant within) StreamStateElement(BasicSingleInputStream basicSingleInputStream, TimeConstant within) -
Uses of TimeConstant in org.wso2.siddhi.query.api.execution.query.output.ratelimit
Methods in org.wso2.siddhi.query.api.execution.query.output.ratelimit with parameters of type TimeConstantModifier and TypeMethodDescriptionstatic SnapshotOutputRateOutputRate.perSnapshot(TimeConstant timeConstant) static TimeOutputRateOutputRate.perTimePeriod(TimeConstant timeConstant) -
Uses of TimeConstant in org.wso2.siddhi.query.api.expression
Methods in org.wso2.siddhi.query.api.expression that return TimeConstantModifier and TypeMethodDescriptionstatic TimeConstantExpression.Time.day(int i) static TimeConstantExpression.Time.day(long i) static TimeConstantExpression.Time.hour(int i) static TimeConstantExpression.Time.hour(long i) static TimeConstantExpression.Time.milliSec(int i) static TimeConstantExpression.Time.milliSec(long i) static TimeConstantExpression.Time.minute(int i) static TimeConstantExpression.Time.minute(long i) static TimeConstantExpression.Time.month(int i) static TimeConstantExpression.Time.month(long i) static TimeConstantExpression.Time.sec(int i) static TimeConstantExpression.Time.sec(long i) static TimeConstantExpression.Time.week(int i) static TimeConstantExpression.Time.week(long i) static TimeConstantExpression.Time.year(int i) static TimeConstantExpression.Time.year(long i) -
Uses of TimeConstant in org.wso2.siddhi.query.api.expression.constant
Methods in org.wso2.siddhi.query.api.expression.constant that return TimeConstantModifier and TypeMethodDescriptionTimeConstant.day(int i) TimeConstant.day(long i) TimeConstant.hour(int i) TimeConstant.hour(long i) TimeConstant.milliSec(int i) TimeConstant.milliSec(long i) TimeConstant.minute(int i) TimeConstant.minute(long i) TimeConstant.month(int i) TimeConstant.month(long i) TimeConstant.sec(int i) TimeConstant.sec(long i) TimeConstant.week(int i) TimeConstant.week(long i) TimeConstant.year(int i) TimeConstant.year(long i)