Package org.redisson.executor
Class TasksBatchService
- java.lang.Object
-
- org.redisson.remote.BaseRemoteService
-
- org.redisson.executor.TasksService
-
- org.redisson.executor.TasksBatchService
-
public class TasksBatchService extends TasksService
- Author:
- Nikita Koksharov
-
-
Field Summary
-
Fields inherited from class org.redisson.executor.TasksService
schedulerChannelName, schedulerQueueName, statusName, tasksCounterName, tasksExpirationTimeName, tasksName, tasksRetryInterval, tasksRetryIntervalName, terminationTopicName
-
Fields inherited from class org.redisson.remote.BaseRemoteService
cancelRequestMapName, cancelResponseMapName, codec, commandExecutor, executorId, name, responseQueueName
-
-
Constructor Summary
Constructors Constructor Description TasksBatchService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Boolean>
executeAdd()
RFuture<List<Boolean>>
executeAddAsync()
protected CommandAsyncExecutor
getAddCommandExecutor()
-
Methods inherited from class org.redisson.executor.TasksService
addAsync, addAsync, cancelExecutionAsync, generateRequestId, hasTaskAsync, removeAsync, setSchedulerChannelName, setSchedulerQueueName, setStatusName, setTasksCounterName, setTasksExpirationTimeName, setTasksName, setTasksRetryInterval, setTasksRetryIntervalName, setTerminationTopicName
-
Methods inherited from class org.redisson.remote.BaseRemoteService
encode, get, get, get, get, getAckName, getAckName, getMap, getMethodSignature, getRequestQueueName, getResponseQueueName, getTimeout, scheduleCheck
-
-
-
-
Constructor Detail
-
TasksBatchService
public TasksBatchService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)
-
-
Method Detail
-
getAddCommandExecutor
protected CommandAsyncExecutor getAddCommandExecutor()
- Overrides:
getAddCommandExecutor
in classTasksService
-
-