Uses of Class
org.redisson.command.CommandBatchService
-
Packages that use CommandBatchService Package Description org.redisson org.redisson.command -
-
Uses of CommandBatchService in org.redisson
Methods in org.redisson with parameters of type CommandBatchService Modifier and Type Method Description protected RBitSetAsyncRedissonBloomFilter. createBitSet(CommandBatchService executorService)RFuture<Long>RedissonLiveObjectService. delete(Object id, Class<?> entityClass, NamingScheme namingScheme, CommandBatchService ce) -
Uses of CommandBatchService in org.redisson.command
Method parameters in org.redisson.command with type arguments of type CommandBatchService Modifier and Type Method Description voidCommandBatchService. add(RFuture<?> future, List<CommandBatchService> services)
-