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_COMMANDMethods in org.redisson.client.handler that return QueueCommand Modifier and Type Method Description protected QueueCommandCommandDecoder. getCommand(io.netty.channel.ChannelHandlerContext ctx)protected QueueCommandCommandPubSubDecoder. getCommand(io.netty.channel.ChannelHandlerContext ctx)Methods in org.redisson.client.handler with parameters of type QueueCommand Modifier and Type Method Description protected voidCommandDecoder. decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data)protected voidCommandPubSubDecoder. decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data)protected voidCommandDecoder. 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 classBatchCommandData<T,R>classCommandData<T,R>classCommandsDataMethods in org.redisson.client.protocol that return QueueCommand Modifier and Type Method Description QueueCommandQueueCommandHolder. getCommand()Constructors in org.redisson.client.protocol with parameters of type QueueCommand Constructor Description QueueCommandHolder(QueueCommand command, io.netty.channel.ChannelPromise channelPromise)
-