| Package | Description |
|---|---|
| io.siddhi.query.api.aggregation | |
| io.siddhi.query.api.expression |
| Modifier and Type | Method and Description |
|---|---|
static TimePeriod.Duration |
TimePeriod.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimePeriod.Duration> |
TimePeriod.getDurations() |
| Modifier and Type | Method and Description |
|---|---|
static TimePeriod |
TimePeriod.interval(TimePeriod.Duration... durations) |
static TimePeriod |
TimePeriod.range(TimePeriod.Duration begging,
TimePeriod.Duration end) |
| Modifier and Type | Method and Description |
|---|---|
static TimePeriod.Duration |
Expression.Time.normalizeDuration(String value) |
Copyright © 2019. All rights reserved.