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 RBitSetAsync
RedissonBloomFilter. 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 void
CommandBatchService. add(RFuture<?> future, List<CommandBatchService> services)
-