public class GridRedisConnectionCommandHandler extends Object implements GridRedisCommandHandler
| Constructor and Description |
|---|
GridRedisConnectionCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridRedisMessage> |
handleAsync(GridNioSession ses,
GridRedisMessage msg) |
Collection<GridRedisCommand> |
supportedCommands() |
public GridRedisConnectionCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)
log - Logger to use.hnd - Rest handler.ctx - Context.public Collection<GridRedisCommand> supportedCommands()
supportedCommands in interface GridRedisCommandHandlerpublic IgniteInternalFuture<GridRedisMessage> handleAsync(GridNioSession ses, GridRedisMessage msg)
handleAsync in interface GridRedisCommandHandlerses - Session.msg - Request message.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021