Uses of Class
com.redis.lettucemod.timeseries.MRangeOptions.GroupBy
Packages that use MRangeOptions.GroupBy
-
Uses of MRangeOptions.GroupBy in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return MRangeOptions.GroupByModifier and TypeMethodDescriptionstatic <K> MRangeOptions.GroupBy<K>MRangeOptions.GroupBy.of(K label, MRangeOptions.Reducer reducer) Methods in com.redis.lettucemod.timeseries that return types with arguments of type MRangeOptions.GroupByMethods in com.redis.lettucemod.timeseries with parameters of type MRangeOptions.GroupByModifier and TypeMethodDescriptionMRangeOptions.Builder.groupBy(MRangeOptions.GroupBy<K> groupBy) Method parameters in com.redis.lettucemod.timeseries with type arguments of type MRangeOptions.GroupByModifier and TypeMethodDescriptionvoidMRangeOptions.setGroupBy(Optional<MRangeOptions.GroupBy<K>> groupBy)