Uses of Class
org.redisson.client.protocol.BatchCommandData
Packages that use BatchCommandData
-
Uses of BatchCommandData in org.redisson.client.protocol
Methods in org.redisson.client.protocol with parameters of type BatchCommandData -
Uses of BatchCommandData in org.redisson.command
Methods in org.redisson.command that return types with arguments of type BatchCommandDataModifier and TypeMethodDescriptionDeque<BatchCommandData<?, ?>> CommandBatchService.Entry.getCommands()List<BatchCommandData<?, ?>> CommandBatchService.Entry.getEvalCommands()Methods in org.redisson.command with parameters of type BatchCommandDataModifier and TypeMethodDescriptionvoidCommandBatchService.Entry.add(BatchCommandData<?, ?> command) voidCommandBatchService.Entry.addCommand(BatchCommandData<?, ?> command) voidCommandBatchService.Entry.addFirstCommand(BatchCommandData<?, ?> command)