Uses of Class
org.apache.ignite.internal.processors.rest.handlers.redis.exception.GridRedisGenericException
-
Packages that use GridRedisGenericException Package Description org.apache.ignite.internal.processors.rest.handlers.redis Contains Redis protocol commands. -
-
Uses of GridRedisGenericException in org.apache.ignite.internal.processors.rest.handlers.redis
Methods in org.apache.ignite.internal.processors.rest.handlers.redis that throw GridRedisGenericException Modifier and Type Method Description protected @Nullable LongGridRedisRestCommandHandler. longValue(String name, List<String> params)Retrieves long value following the parameter name from parameters list.
-