Uses of Class
com.redis.lettucemod.timeseries.Aggregation
-
Packages that use Aggregation Package Description com.redis.lettucemod.timeseries -
-
Uses of Aggregation in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return Aggregation Modifier and Type Method Description AggregationAggregation.Builder. build()Methods in com.redis.lettucemod.timeseries that return types with arguments of type Aggregation Modifier and Type Method Description java.util.Optional<Aggregation>AbstractRangeOptions. getAggregation()Methods in com.redis.lettucemod.timeseries with parameters of type Aggregation Modifier and Type Method Description BAbstractRangeOptions.Builder. aggregation(Aggregation aggregation)Method parameters in com.redis.lettucemod.timeseries with type arguments of type Aggregation Modifier and Type Method Description voidAbstractRangeOptions. setAggregation(java.util.Optional<Aggregation> aggregation)
-