Uses of Enum Class
com.redis.lettucemod.timeseries.MRangeOptions.Reducer
Packages that use MRangeOptions.Reducer
-
Uses of MRangeOptions.Reducer in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return MRangeOptions.ReducerModifier and TypeMethodDescriptionstatic MRangeOptions.ReducerReturns the enum constant of this class with the specified name.static MRangeOptions.Reducer[]MRangeOptions.Reducer.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 MRangeOptions.ReducerModifier and TypeMethodDescriptionstatic <K> MRangeOptions.GroupBy<K>MRangeOptions.GroupBy.of(K label, MRangeOptions.Reducer reducer)