| Package | Description |
|---|---|
| com.redislabs.redistimeseries | |
| com.redislabs.redistimeseries.information |
| Modifier and Type | Method and Description |
|---|---|
static Aggregation |
Aggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregation[] |
Aggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedisTimeSeries.createRule(String sourceKey,
Aggregation aggregation,
long bucketSize,
String destKey)
TS.CREATERULE sourceKey destKey AGGREGATION aggType retentionTime
|
Range[] |
RedisTimeSeries.mrange(long from,
long to,
Aggregation aggregation,
long retentionTime,
String... filters)
TS.RANGEBYLABELS key (labels) fromTimestamp toTimestamp [aggregationType] [retentionTime]
|
Value[] |
RedisTimeSeries.range(String key,
long from,
long to,
Aggregation aggregation,
long retentionTime)
TS.RANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType
retentionTime]
|
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
Rule.getAggregation() |
| Constructor and Description |
|---|
Rule(String target,
long value,
Aggregation aggregation) |
Copyright © 2019. All rights reserved.