Class LongRangeValue
java.lang.Object
redis.clients.jedis.search.querybuilder.Value
redis.clients.jedis.search.querybuilder.RangeValue
redis.clients.jedis.search.querybuilder.LongRangeValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendFrom(StringBuilder sb, boolean inclusive) private static voidappendNum(StringBuilder sb, long n, boolean inclusive) protected voidappendTo(StringBuilder sb, boolean inclusive) booleanMethods inherited from class redis.clients.jedis.search.querybuilder.RangeValue
inclusiveMax, inclusiveMin, toString
-
Field Details
-
from
private final long from -
to
private final long to
-
-
Constructor Details
-
LongRangeValue
public LongRangeValue(long from, long to)
-
-
Method Details
-
isCombinable
public boolean isCombinable()- Overrides:
isCombinablein classRangeValue
-
appendNum
-
appendFrom
- Specified by:
appendFromin classRangeValue
-
appendTo
- Specified by:
appendToin classRangeValue
-