Uses of Enum Class
redis.clients.jedis.timeseries.AggregationType
Packages that use AggregationType
Package
Description
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of AggregationType in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type AggregationTypeModifier and TypeMethodDescriptionfinal CommandObject<String> CommandObjects.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) final CommandObject<String> CommandObjects.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) MultiNodePipelineBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) MultiNodePipelineBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) Pipeline.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) Pipeline.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) TransactionBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) TransactionBase.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) UnifiedJedis.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) UnifiedJedis.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) -
Uses of AggregationType in redis.clients.jedis.timeseries
Fields in redis.clients.jedis.timeseries declared as AggregationTypeModifier and TypeFieldDescriptionprivate AggregationTypeTSMRangeParams.aggregationTypeprivate AggregationTypeTSRangeParams.aggregationTypeprivate final AggregationTypeTSInfo.Rule.aggregatorMethods in redis.clients.jedis.timeseries that return AggregationTypeModifier and TypeMethodDescriptionTSInfo.Rule.getAggregator()static AggregationTypeAggregationType.safeValueOf(String str) static AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.timeseries with parameters of type AggregationTypeModifier and TypeMethodDescriptionTSMRangeParams.aggregation(AggregationType aggregationType, long bucketDuration) TSRangeParams.aggregation(AggregationType aggregationType, long bucketDuration) RedisTimeSeriesCommands.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) TS.CREATERULE sourceKey destKey AGGREGATION aggregationType timeBucketRedisTimeSeriesCommands.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) TS.CREATERULE sourceKey destKey AGGREGATION aggregationType bucketDuration [alignTimestamp]RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long timeBucket) RedisTimeSeriesPipelineCommands.tsCreateRule(String sourceKey, String destKey, AggregationType aggregationType, long bucketDuration, long alignTimestamp) Constructors in redis.clients.jedis.timeseries with parameters of type AggregationTypeModifierConstructorDescriptionprivateRule(String compaction, long bucket, AggregationType aggregation, long alignment)