| 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.Channel channel,
io.netty.buffer.ByteBuf in,
QueueCommand data) |
protected void |
CommandDecoder.decodeCommand(io.netty.channel.Channel channel,
io.netty.buffer.ByteBuf in,
QueueCommand data) |
protected void |
CommandDecoder.sendNext(io.netty.channel.Channel channel,
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–2019 Redisson. All rights reserved.