Uses of Interface
org.redisson.api.RExecutorFuture
Packages that use RExecutorFuture
-
Uses of RExecutorFuture in org.redisson
Methods in org.redisson that return RExecutorFutureModifier and TypeMethodDescription<T> RExecutorFuture<T> <T> RExecutorFuture<T> <T> RExecutorFuture<T> <T> RExecutorFuture<T> <T> RExecutorFuture<T> RedissonExecutorService.submitAsync(Runnable task) RedissonExecutorService.submitAsync(Runnable task, long timeToLive, TimeUnit timeUnit) RedissonExecutorService.submitAsync(String id, Runnable task) RedissonExecutorService.submitAsync(String id, Runnable task, Duration timeToLive) <T> RExecutorFuture<T> RedissonExecutorService.submitAsync(String id, Callable<T> task) <T> RExecutorFuture<T> RedissonExecutorService.submitAsync(String id, Callable<T> task, Duration timeToLive) <T> RExecutorFuture<T> RedissonExecutorService.submitAsync(Callable<T> task) <T> RExecutorFuture<T> RedissonExecutorService.submitAsync(Callable<T> task, long timeToLive, TimeUnit timeUnit) -
Uses of RExecutorFuture in org.redisson.api
Subinterfaces of RExecutorFuture in org.redisson.apiMethods in org.redisson.api that return RExecutorFutureModifier and TypeMethodDescriptionSynchronously submits a Runnable task for execution asynchronously.Synchronously submits a task with definedtimeToLiveparameter for execution asynchronously.<T> RExecutorFuture<T> Synchronously submits a Runnable task for execution asynchronously and returns a RExecutorFuture representing that task.Synchronously submits a Runnable task with id for execution asynchronously.Synchronously submits a task with definedidandtimeToLiveparameters for execution asynchronously.<T> RExecutorFuture<T> Synchronously submits a value-returning task with specified id for execution asynchronously.<T> RExecutorFuture<T> Synchronously submits a value-returning task with definedidandtimeToLiveparameters for execution asynchronously.<T> RExecutorFuture<T> Synchronously submits a value-returning task for execution asynchronously and returns a Future representing the pending results of the task.<T> RExecutorFuture<T> Synchronously submits a value-returning task with definedtimeToLiveparameter for execution asynchronously.RExecutorServiceAsync.submitAsync(Runnable task) Submits task for execution asynchronouslyRExecutorServiceAsync.submitAsync(Runnable task, long timeToLive, TimeUnit timeUnit) Submits a task with definedtimeToLiveparameter for execution asynchronously.RExecutorServiceAsync.submitAsync(String id, Runnable task) Synchronously submits a Runnable task with id for execution asynchronously.RExecutorServiceAsync.submitAsync(String id, Runnable task, Duration timeToLive) Synchronously submits a task with definedidandtimeToLiveparameters for execution asynchronously.<T> RExecutorFuture<T> RExecutorServiceAsync.submitAsync(String id, Callable<T> task) Synchronously submits a value-returning task with specified id for execution asynchronously.<T> RExecutorFuture<T> RExecutorServiceAsync.submitAsync(String id, Callable<T> task, Duration timeToLive) Synchronously submits a value-returning task with definedidandtimeToLiveparameters for execution asynchronously.<T> RExecutorFuture<T> RExecutorServiceAsync.submitAsync(Callable<T> task) Submits task for execution asynchronously<T> RExecutorFuture<T> RExecutorServiceAsync.submitAsync(Callable<T> task, long timeToLive, TimeUnit timeUnit) Submits a value-returning task with definedtimeToLiveparameter for execution asynchronously.Methods in org.redisson.api that return types with arguments of type RExecutorFutureModifier and TypeMethodDescriptionList<RExecutorFuture<?>> RExecutorBatchFuture.getTaskFutures()Returns list of Future objects. -
Uses of RExecutorFuture in org.redisson.executor
Classes in org.redisson.executor that implement RExecutorFutureModifier and TypeClassDescriptionclassclassMethods in org.redisson.executor that return types with arguments of type RExecutorFutureModifier and TypeMethodDescriptionList<RExecutorFuture<?>> RedissonExecutorBatchFuture.getTaskFutures()Constructors in org.redisson.executor with parameters of type RExecutorFutureModifierConstructorDescriptionRedissonExecutorFutureReference(String requestId, RExecutorFuture<?> referent, ReferenceQueue<? super RExecutorFuture<?>> q, CompletableFuture<?> promise) Constructor parameters in org.redisson.executor with type arguments of type RExecutorFutureModifierConstructorDescriptionRedissonExecutorBatchFuture(CompletableFuture<Void> future, List<RExecutorFuture<?>> futures) RedissonExecutorFutureReference(String requestId, RExecutorFuture<?> referent, ReferenceQueue<? super RExecutorFuture<?>> q, CompletableFuture<?> promise)