Uses of Class
org.redisson.executor.params.TaskParameters
-
Packages that use TaskParameters Package Description org.redisson org.redisson.executor org.redisson.executor.params -
-
Uses of TaskParameters in org.redisson
Methods in org.redisson that return TaskParameters Modifier and Type Method Description protected TaskParametersRedissonExecutorService. createTaskParameters(Runnable task)protected TaskParametersRedissonExecutorService. createTaskParameters(Callable<?> task) -
Uses of TaskParameters in org.redisson.executor
Methods in org.redisson.executor with parameters of type TaskParameters Modifier and Type Method Description ObjectRemoteExecutorService. executeCallable(TaskParameters params)<T> RFuture<T>RemoteExecutorServiceAsync. executeCallable(TaskParameters params)ObjectTasksRunnerService. executeCallable(TaskParameters params)voidRemoteExecutorService. executeRunnable(TaskParameters params)RFuture<Void>RemoteExecutorServiceAsync. executeRunnable(TaskParameters params)voidTasksRunnerService. executeRunnable(TaskParameters params)voidTasksRunnerService. executeRunnable(TaskParameters params, boolean removeTask) -
Uses of TaskParameters in org.redisson.executor.params
Subclasses of TaskParameters in org.redisson.executor.params Modifier and Type Class Description classScheduledAtFixedRateParametersclassScheduledCronExpressionParametersclassScheduledParametersclassScheduledWithFixedDelayParameters
-