Uses of Interface
org.redisson.client.protocol.QueueCommand
-
Packages that use QueueCommand Package Description org.redisson.client.handler org.redisson.client.protocol -
-
Uses of QueueCommand in org.redisson.client.handler
Fields in org.redisson.client.handler with type parameters of type QueueCommand Modifier and Type Field Description static io.netty.util.AttributeKey<QueueCommand>
CommandsQueuePubSub. CURRENT_COMMAND
Methods in org.redisson.client.handler that return QueueCommand Modifier and Type Method Description protected QueueCommand
CommandDecoder. getCommand(io.netty.channel.ChannelHandlerContext ctx)
protected QueueCommand
CommandPubSubDecoder. getCommand(io.netty.channel.ChannelHandlerContext ctx)
Methods in org.redisson.client.handler with parameters of type QueueCommand Modifier and Type Method Description protected void
CommandDecoder. decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data)
protected void
CommandPubSubDecoder. decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data)
protected void
CommandDecoder. sendNext(io.netty.channel.Channel channel, QueueCommand data)
-
Uses of QueueCommand in org.redisson.client.protocol
Classes in org.redisson.client.protocol that implement QueueCommand Modifier and Type Class Description class
BatchCommandData<T,R>
class
CommandData<T,R>
class
CommandsData
Methods in org.redisson.client.protocol that return QueueCommand Modifier and Type Method Description QueueCommand
QueueCommandHolder. getCommand()
Constructors in org.redisson.client.protocol with parameters of type QueueCommand Constructor Description QueueCommandHolder(QueueCommand command, io.netty.channel.ChannelPromise channelPromise)
-