Uses of Class
org.redisson.client.protocol.CommandData
Packages that use CommandData
Package
Description
-
Uses of CommandData in org.redisson.client
Methods in org.redisson.client that return CommandDataModifier and TypeMethodDescription<T,R> CommandData <T, R> RedisConnection.create(Codec encoder, RedisCommand<T> command, Object... params) CommandData<?, ?> RedisConnection.getCurrentCommand()CommandData<?, ?> RedisConnection.getLastCommand()Methods in org.redisson.client with parameters of type CommandDataModifier and TypeMethodDescription<T,R> io.netty.channel.ChannelFuture RedisConnection.send(CommandData<T, R> data) -
Uses of CommandData in org.redisson.client.handler
Methods in org.redisson.client.handler with parameters of type CommandDataModifier and TypeMethodDescriptionvoidCommandPubSubDecoder.addPubSubCommand(ChannelName channel, CommandData<Object, Object> data) protected voidCommandDecoder.completeResponse(CommandData<Object, Object> data, Object result) protected voidCommandDecoder.decode(io.netty.buffer.ByteBuf in, CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, boolean skipConvertor, List<CommandData<?, ?>> commandsData, long partsSize) protected voidCommandDecoder.decodeResult(CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, Object result) protected voidCommandPubSubDecoder.decodeResult(CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, Object result) protected voidCommandEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, CommandData<?, ?> msg, io.netty.buffer.ByteBuf out) protected MultiDecoder<Object> CommandDecoder.messageDecoder(CommandData<Object, Object> data, List<Object> parts) protected MultiDecoder<Object> CommandPubSubDecoder.messageDecoder(CommandData<Object, Object> data, List<Object> parts) CommandDecoder.selectDecoder(CommandData<Object, Object> data, List<Object> parts, long size) CommandPubSubDecoder.selectDecoder(CommandData<Object, Object> data, List<Object> parts, long size) -
Uses of CommandData in org.redisson.client.protocol
Subclasses of CommandData in org.redisson.client.protocolMethods in org.redisson.client.protocol that return types with arguments of type CommandDataModifier and TypeMethodDescriptionList<CommandData<?, ?>> CommandsData.getAttachedCommands()List<CommandData<?, ?>> CommandsData.getCommands()CommandData.getPubSubOperations()CommandsData.getPubSubOperations()QueueCommand.getPubSubOperations()Constructor parameters in org.redisson.client.protocol with type arguments of type CommandDataModifierConstructorDescriptionCommandsData(CompletableFuture<Void> promise, List<CommandData<?, ?>> commands, boolean queued, boolean syncSlaves) CommandsData(CompletableFuture<Void> promise, List<CommandData<?, ?>> commands, boolean skipResult, boolean atomic, boolean queued, boolean syncSlaves) CommandsData(CompletableFuture<Void> promise, List<CommandData<?, ?>> commands, List<CommandData<?, ?>> attachedCommands, boolean skipResult, boolean atomic, boolean queued, boolean syncSlaves) -
Uses of CommandData in org.redisson.command
Methods in org.redisson.command with parameters of type CommandDataModifier and TypeMethodDescriptionprotected booleanCommandBatchService.isWaitCommand(CommandData<?, ?> c) protected booleanRedisCommonBatchExecutor.isWaitCommand(CommandData<?, ?> c)