Uses of Interface
org.apache.ignite.internal.processors.rest.handlers.redis.GridRedisCommandHandler
-
-
Uses of GridRedisCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis
Classes in org.apache.ignite.internal.processors.rest.handlers.redis that implement GridRedisCommandHandler Modifier and Type Class Description classGridRedisConnectionCommandHandlerRedis connection handler.classGridRedisRestCommandHandlerRedis command handler done via REST. -
Uses of GridRedisCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.key
Classes in org.apache.ignite.internal.processors.rest.handlers.redis.key that implement GridRedisCommandHandler Modifier and Type Class Description classGridRedisDelCommandHandlerRedis DEL command handler.classGridRedisExistsCommandHandlerRedis EXISTS command handler.classGridRedisExpireCommandHandlerRedis EXPIRE/PEXPIRE command handler. -
Uses of GridRedisCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.server
Classes in org.apache.ignite.internal.processors.rest.handlers.redis.server that implement GridRedisCommandHandler Modifier and Type Class Description classGridRedisDbSizeCommandHandlerRedis DBSIZE command handler.classGridRedisFlushCommandHandlerRedis FLUSHDB/FLUSHALL command handler. -
Uses of GridRedisCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.string
Classes in org.apache.ignite.internal.processors.rest.handlers.redis.string that implement GridRedisCommandHandler Modifier and Type Class Description classGridRedisAppendCommandHandlerRedis APPEND command handler.classGridRedisGetCommandHandlerRedis GET command handler.classGridRedisGetRangeCommandHandlerRedis SETRANGE command handler.classGridRedisGetSetCommandHandlerRedis GETSET command handler.classGridRedisIncrDecrCommandHandlerRedis INCR/DECR command handler.classGridRedisMGetCommandHandlerRedis MGET command handler.classGridRedisMSetCommandHandlerRedis MSET command handler.classGridRedisSetCommandHandlerRedis SET command handler.classGridRedisSetRangeCommandHandlerRedis SETRANGE command handler.classGridRedisStrlenCommandHandlerRedis STRLEN command handler. -
Uses of GridRedisCommandHandler in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Fields in org.apache.ignite.internal.processors.rest.protocols.tcp.redis with type parameters of type GridRedisCommandHandler Modifier and Type Field Description protected Map<GridRedisCommand,GridRedisCommandHandler>GridRedisNioListener. handlersRedis-specific handlers.
-