Uses of Class
com.redis.lettucemod.timeseries.MRangeOptions.Reducer
-
Packages that use MRangeOptions.Reducer Package Description com.redis.lettucemod.timeseries -
-
Uses of MRangeOptions.Reducer in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return MRangeOptions.Reducer Modifier and Type Method Description static MRangeOptions.ReducerMRangeOptions.Reducer. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MRangeOptions.Reducer[]MRangeOptions.Reducer. 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 MRangeOptions.Reducer Modifier and Type Method Description static <K> MRangeOptions.GroupBy<K>MRangeOptions.GroupBy. of(K label, MRangeOptions.Reducer reducer)
-