Package com.redislabs.lettusearch
Class AggregateOptions
- java.lang.Object
-
- com.redislabs.lettusearch.AggregateOptions
-
- All Implemented Interfaces:
RediSearchArgument
public class AggregateOptions extends java.lang.Object implements RediSearchArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregateOptions.AggregateOptionsBuilderstatic interfaceAggregateOptions.Operation
-
Constructor Summary
Constructors Constructor Description AggregateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
voidbuild(RediSearchCommandArgs<K,V> args)
-
-
-
Method Detail
-
build
public <K,V> void build(RediSearchCommandArgs<K,V> args)
- Specified by:
buildin interfaceRediSearchArgument
-
-