Package com.redislabs.lettusearch
Class AggregateOptions.Operation.Apply
- java.lang.Object
-
- com.redislabs.lettusearch.AggregateOptions.Operation.Apply
-
- All Implemented Interfaces:
AggregateOptions.Operation,RediSearchArgument
- Enclosing interface:
- AggregateOptions.Operation
public static class AggregateOptions.Operation.Apply extends java.lang.Object implements AggregateOptions.Operation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.redislabs.lettusearch.AggregateOptions.Operation
AggregateOptions.Operation.Apply, AggregateOptions.Operation.Filter, AggregateOptions.Operation.GroupBy, AggregateOptions.Operation.Limit, AggregateOptions.Operation.Order, AggregateOptions.Operation.SortBy
-
-
Constructor Summary
Constructors Constructor Description Apply()
-
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
-
-