| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.timeseries |
This package contains the classes and interfaces related to RedisTimeSeries module.
|
| Modifier and Type | Method and Description |
|---|---|
CommandObject<String> |
CommandObjects.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
Response<String> |
PipeliningBase.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
String |
UnifiedJedis.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
CommandObject<String> |
CommandObjects.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
Response<String> |
PipeliningBase.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
String |
UnifiedJedis.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
TSInfo.Rule.getAggregator() |
static AggregationType |
AggregationType.safeValueOf(String str) |
static AggregationType |
AggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregationType> |
TSMRangeElements.getAggregators() |
| Modifier and Type | Method and Description |
|---|---|
TSMRangeParams |
TSMRangeParams.aggregation(AggregationType aggregationType,
long bucketDuration) |
TSRangeParams |
TSRangeParams.aggregation(AggregationType aggregationType,
long bucketDuration) |
String |
RedisTimeSeriesCommands.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket)
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType timeBucket |
Response<String> |
RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long timeBucket) |
String |
RedisTimeSeriesCommands.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp)
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType bucketDuration [alignTimestamp] |
Response<String> |
RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey,
String destKey,
AggregationType aggregationType,
long bucketDuration,
long alignTimestamp) |
| Constructor and Description |
|---|
TSMRangeElements(String key,
Map<String,String> labels,
List<AggregationType> aggregators,
List<TSElement> value) |
Copyright © 2024. All rights reserved.