Uses of Class
org.redisson.command.CommandBatchService
Packages that use CommandBatchService
-
Uses of CommandBatchService in org.redisson
Methods in org.redisson with parameters of type CommandBatchServiceModifier and TypeMethodDescriptionprotected RBitSetAsyncRedissonBloomFilter.createBitSet(CommandBatchService executorService) RedissonLiveObjectService.delete(Object id, Class<?> entityClass, NamingScheme namingScheme, CommandBatchService ce) -
Uses of CommandBatchService in org.redisson.command
Methods in org.redisson.command that return CommandBatchServiceModifier and TypeMethodDescriptionCommandAsyncExecutor.createCommandBatchService(BatchOptions options) protected CommandBatchServiceCommandAsyncService.createCommandBatchService(int availableSlaves) CommandAsyncService.createCommandBatchService(BatchOptions options) protected CommandBatchServiceCommandBatchService.createCommandBatchService(int availableSlaves) Method parameters in org.redisson.command with type arguments of type CommandBatchServiceModifier and TypeMethodDescriptionvoidCommandBatchService.add(CompletableFuture<?> future, List<CommandBatchService> services)