Uses of Class
org.apache.ignite.internal.processors.rest.protocols.tcp.redis.GridRedisCommand
-
-
Uses of GridRedisCommand in org.apache.ignite.internal.processors.rest.handlers.redis
Methods in org.apache.ignite.internal.processors.rest.handlers.redis that return types with arguments of type GridRedisCommand Modifier and Type Method Description Collection<GridRedisCommand>GridRedisCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisConnectionCommandHandler. supportedCommands() -
Uses of GridRedisCommand in org.apache.ignite.internal.processors.rest.handlers.redis.key
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.key that return types with arguments of type GridRedisCommand Modifier and Type Method Description Collection<GridRedisCommand>GridRedisDelCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisExistsCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisExpireCommandHandler. supportedCommands() -
Uses of GridRedisCommand in org.apache.ignite.internal.processors.rest.handlers.redis.server
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.server that return types with arguments of type GridRedisCommand Modifier and Type Method Description Collection<GridRedisCommand>GridRedisDbSizeCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisFlushCommandHandler. supportedCommands() -
Uses of GridRedisCommand in org.apache.ignite.internal.processors.rest.handlers.redis.string
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.string that return types with arguments of type GridRedisCommand Modifier and Type Method Description Collection<GridRedisCommand>GridRedisAppendCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisGetCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisGetRangeCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisGetSetCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisIncrDecrCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisMGetCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisMSetCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisSetCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisSetRangeCommandHandler. supportedCommands()Collection<GridRedisCommand>GridRedisStrlenCommandHandler. supportedCommands() -
Uses of GridRedisCommand 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 GridRedisCommand Modifier and Type Field Description protected Map<GridRedisCommand,GridRedisCommandHandler>GridRedisNioListener. handlersRedis-specific handlers.Methods in org.apache.ignite.internal.processors.rest.protocols.tcp.redis that return GridRedisCommand Modifier and Type Method Description GridRedisCommandGridRedisMessage. command()static GridRedisCommandGridRedisCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static GridRedisCommand[]GridRedisCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.
-