Uses of Interface
org.redisson.api.RExecutorBatchFuture
-
Packages that use RExecutorBatchFuture Package Description org.redisson org.redisson.api org.redisson.executor -
-
Uses of RExecutorBatchFuture in org.redisson
Methods in org.redisson that return RExecutorBatchFuture Modifier and Type Method Description RExecutorBatchFuture
RedissonExecutorService. submit(Runnable... tasks)
RExecutorBatchFuture
RedissonExecutorService. submit(Callable<?>... tasks)
RExecutorBatchFuture
RedissonExecutorService. submitAsync(Runnable... tasks)
RExecutorBatchFuture
RedissonExecutorService. submitAsync(Callable<?>... tasks)
-
Uses of RExecutorBatchFuture in org.redisson.api
Methods in org.redisson.api that return RExecutorBatchFuture Modifier and Type Method Description RExecutorBatchFuture
RExecutorService. submit(Runnable... tasks)
Synchronously submits tasks batch for execution asynchronously.RExecutorBatchFuture
RExecutorService. submit(Callable<?>... tasks)
Synchronously submits tasks batch for execution asynchronously.RExecutorBatchFuture
RExecutorServiceAsync. submitAsync(Runnable... tasks)
Submits tasks batch for execution asynchronously.RExecutorBatchFuture
RExecutorServiceAsync. submitAsync(Callable<?>... tasks)
Submits tasks batch for execution asynchronously. -
Uses of RExecutorBatchFuture in org.redisson.executor
Classes in org.redisson.executor that implement RExecutorBatchFuture Modifier and Type Class Description class
RedissonExecutorBatchFuture
-