Uses of Enum Class
com.redis.lettucemod.timeseries.Aggregator
Packages that use Aggregator
-
Uses of Aggregator in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return AggregatorModifier and TypeMethodDescriptionAggregation.getAggregator()static AggregatorReturns the enum constant of this class with the specified name.static Aggregator[]Aggregator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redis.lettucemod.timeseries with parameters of type AggregatorModifier and TypeMethodDescriptionAggregation.aggregator(Aggregator aggregator) CreateRuleOptions.builder(Aggregator aggregator) Constructors in com.redis.lettucemod.timeseries with parameters of type AggregatorModifierConstructorDescriptionAggregation(Aggregator aggregator, Duration bucketDuration) BucketDurationBuilder(Aggregator aggregator) BucketDurationBuilder(Aggregator aggregator)