Uses of Class
com.redis.lettucemod.search.Limit
-
Packages that use Limit Package Description com.redis.lettucemod.search -
-
Uses of Limit in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return Limit Modifier and Type Method Description static LimitSearchOptions. limit(long offset, long num)LimitLimit.Builder. num(long num)LimitLimit.NumBuilder. num(long num)Methods in com.redis.lettucemod.search that return types with arguments of type Limit Modifier and Type Method Description java.util.Optional<Limit>BaseSearchOptions. getLimit()Methods in com.redis.lettucemod.search with parameters of type Limit Modifier and Type Method Description BBaseSearchOptions.Builder. limit(Limit limit)voidBaseSearchOptions. setLimit(Limit limit)
-