Uses of Class
io.siddhi.query.api.aggregation.TimePeriod.Duration
-
Packages that use TimePeriod.Duration Package Description io.siddhi.query.api.aggregation io.siddhi.query.api.expression -
-
Uses of TimePeriod.Duration in io.siddhi.query.api.aggregation
Methods in io.siddhi.query.api.aggregation that return TimePeriod.Duration Modifier and Type Method Description static TimePeriod.DurationTimePeriod.Duration. valueOf(String name)Returns the enum constant of this type with the specified name.static TimePeriod.Duration[]TimePeriod.Duration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.query.api.aggregation that return types with arguments of type TimePeriod.Duration Modifier and Type Method Description List<TimePeriod.Duration>TimePeriod. getDurations()Methods in io.siddhi.query.api.aggregation with parameters of type TimePeriod.Duration Modifier and Type Method Description static TimePeriodTimePeriod. interval(TimePeriod.Duration... durations)static TimePeriodTimePeriod. range(TimePeriod.Duration begging, TimePeriod.Duration end) -
Uses of TimePeriod.Duration in io.siddhi.query.api.expression
Methods in io.siddhi.query.api.expression that return TimePeriod.Duration Modifier and Type Method Description static TimePeriod.DurationExpression.Time. normalizeDuration(String value)
-