Uses of Class
com.redis.lettucemod.timeseries.Aggregator
-
Packages that use Aggregator Package Description com.redis.lettucemod.timeseries -
-
Uses of Aggregator in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return Aggregator Modifier and Type Method Description AggregatorAggregation. getAggregator()static AggregatorAggregator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Aggregator[]Aggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.lettucemod.timeseries with parameters of type Aggregator Modifier and Type Method Description static Aggregation.BucketDurationBuilderAggregation. aggregator(Aggregator aggregator)static CreateRuleOptions.BucketDurationBuilderCreateRuleOptions. builder(Aggregator aggregator)Constructors in com.redis.lettucemod.timeseries with parameters of type Aggregator Constructor Description Aggregation(Aggregator aggregator, java.time.Duration bucketDuration)BucketDurationBuilder(Aggregator aggregator)BucketDurationBuilder(Aggregator aggregator)
-