| Package | Description |
|---|---|
| org.redisson.client.handler | |
| org.redisson.client.protocol |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<QueueCommand> |
CommandsQueue.CURRENT_COMMAND |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandPubSubDecoder.decodeCommand(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
QueueCommand data) |
protected void |
CommandDecoder.decodeCommand(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
QueueCommand data) |
protected void |
CommandDecoder.decodeFromCheckpoint(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
QueueCommand data,
CommandData<Object,Object> cmd) |
protected void |
CommandDecoder.sendNext(io.netty.channel.ChannelHandlerContext ctx,
QueueCommand data) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchCommandData<T,R> |
class |
CommandData<T,R> |
class |
CommandsData |
| Modifier and Type | Method and Description |
|---|---|
QueueCommand |
QueueCommandHolder.getCommand() |
| Constructor and Description |
|---|
QueueCommandHolder(QueueCommand command,
io.netty.channel.ChannelPromise channelPromise) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.