Package com.redis.lettucemod.search
Class AggregateOptions.Load
- java.lang.Object
-
- com.redis.lettucemod.search.AggregateOptions.Load
-
- All Implemented Interfaces:
RediSearchArgument
- Enclosing class:
- AggregateOptions<K,V>
public static class AggregateOptions.Load extends java.lang.Object implements RediSearchArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregateOptions.Load.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(SearchCommandArgs args)intgetNargs()static AggregateOptions.Load.Builderidentifier(java.lang.String identifier)
-
-
-
Method Detail
-
getNargs
public int getNargs()
-
identifier
public static AggregateOptions.Load.Builder identifier(java.lang.String identifier)
-
build
public void build(SearchCommandArgs args)
- Specified by:
buildin interfaceRediSearchArgument
-
-