Package com.redis.lettucemod.search
Class Limit
java.lang.Object
com.redis.lettucemod.search.Limit
- All Implemented Interfaces:
AggregateOperation,RediSearchArgument
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interfacestatic interfaceNested classes/interfaces inherited from interface com.redis.lettucemod.search.AggregateOperation
AggregateOperation.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(SearchCommandArgs args) longgetNum()longgetType()static Limit.NumBuilderoffset(long offset) toString()
-
Constructor Details
-
Limit
public Limit(long offset, long num)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceAggregateOperation
-
getOffset
public long getOffset() -
getNum
public long getNum() -
build
- Specified by:
buildin interfaceRediSearchArgument
-
toString
-
offset
-