Uses of Interface
org.redisson.api.RExecutorBatchFuture
Packages that use RExecutorBatchFuture
-
Uses of RExecutorBatchFuture in org.redisson
Methods in org.redisson that return RExecutorBatchFutureModifier and TypeMethodDescriptionRedissonExecutorService.submitAsync(Runnable... tasks) RedissonExecutorService.submitAsync(Callable<?>... tasks) -
Uses of RExecutorBatchFuture in org.redisson.api
Methods in org.redisson.api that return RExecutorBatchFutureModifier and TypeMethodDescriptionSynchronously submits tasks batch for execution asynchronously.Synchronously submits tasks batch for execution asynchronously.RExecutorServiceAsync.submitAsync(Runnable... tasks) Submits tasks batch for execution asynchronously.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