Package com.redis.lettucemod.timeseries
Class MRangeOptions.GroupBy<K>
- java.lang.Object
-
- com.redis.lettucemod.timeseries.MRangeOptions.GroupBy<K>
-
- All Implemented Interfaces:
io.lettuce.core.CompositeArgument
- Enclosing class:
- MRangeOptions<K,V>
public static class MRangeOptions.GroupBy<K> extends java.lang.Object implements io.lettuce.core.CompositeArgument
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <L,W>
voidbuild(io.lettuce.core.protocol.CommandArgs<L,W> args)static <K> MRangeOptions.GroupBy<K>of(K label, MRangeOptions.Reducer reducer)
-
-
-
Method Detail
-
build
public <L,W> void build(io.lettuce.core.protocol.CommandArgs<L,W> args)
- Specified by:
buildin interfaceio.lettuce.core.CompositeArgument
-
of
public static <K> MRangeOptions.GroupBy<K> of(K label, MRangeOptions.Reducer reducer)
-
-