Package com.redis.lettucemod.search
Class Max
- java.lang.Object
-
- com.redis.lettucemod.search.Max
-
- All Implemented Interfaces:
RediSearchArgument
public class Max extends java.lang.Object implements RediSearchArgument
-
-
Constructor Summary
Constructors Constructor Description Max(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(SearchCommandArgs args)longgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public long getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
build
public void build(SearchCommandArgs args)
- Specified by:
buildin interfaceRediSearchArgument
-
-