Modifier and Type | Method and Description |
---|---|
TaskInfo |
TaskManager.getTask(String taskName)
Get task information.
|
TaskInfo |
TaskRepository.getTask(String taskName)
Returns task information of a given task name
|
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
TaskManager.getAllTasks()
Get all task information.
|
List<TaskInfo> |
TaskRepository.getAllTasks()
Returns all the task information data in the repository.
|
List<TaskInfo> |
TaskServiceContext.getTasks() |
Modifier and Type | Method and Description |
---|---|
void |
TaskRepository.addTask(TaskInfo taskInfo)
Adds given task information to the repository.
|
int |
TaskLocationResolver.getLocation(TaskServiceContext ctx,
TaskInfo taskInfo)
Returns the location the given task should be scheduled in.
|
void |
TaskManager.registerTask(TaskInfo taskInfo)
Registers a new task or updates if one already exists.
|
Modifier and Type | Method and Description |
---|---|
TaskInfo |
FileBasedTaskRepository.getTask(String taskName) |
TaskInfo |
RegistryBasedTaskRepository.getTask(String taskName) |
Modifier and Type | Method and Description |
---|---|
protected List<TaskInfo> |
AbstractQuartzTaskManager.getAllFinishedTasks() |
protected List<TaskInfo> |
AbstractQuartzTaskManager.getAllLocalRunningTasks() |
List<TaskInfo> |
FileBasedTaskRepository.getAllTasks() |
List<TaskInfo> |
RegistryBasedTaskRepository.getAllTasks() |
Modifier and Type | Method and Description |
---|---|
void |
FileBasedTaskRepository.addTask(TaskInfo taskInfo) |
void |
RegistryBasedTaskRepository.addTask(TaskInfo taskInfo) |
int |
RandomTaskLocationResolver.getLocation(TaskServiceContext ctx,
TaskInfo taskInfo) |
int |
RoundRobinTaskLocationResolver.getLocation(TaskServiceContext ctx,
TaskInfo taskInfo) |
int |
RuleBasedLocationResolver.getLocation(TaskServiceContext ctx,
TaskInfo taskInfo) |
protected void |
AbstractQuartzTaskManager.registerLocalTask(TaskInfo taskInfo) |
Modifier and Type | Method and Description |
---|---|
TaskInfo |
ClusteredTaskManager.getTask(String taskName) |
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
ClusteredTaskManager.getAllRunningTasksInOtherMembers(String memberId)
Gets all the tasks running on the other task server members of the cluster
|
List<List<TaskInfo>> |
ClusteredTaskManager.getAllRunningTasksInServers() |
List<TaskInfo> |
ClusteredTaskManager.getAllTasks() |
List<TaskInfo> |
ClusteredTaskManager.getFinalRunningTasksInServer() |
List<TaskInfo> |
ClusteredTaskManager.getRunningTasksInServer(String memberId) |
Modifier and Type | Method and Description |
---|---|
void |
ClusteredTaskManager.registerTask(TaskInfo taskInfo) |
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
RunningTasksInServerCall.doWork(ClusteredTaskManager tm) |
Modifier and Type | Method and Description |
---|---|
TaskInfo |
RemoteTaskManager.getTask(String taskName) |
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
RemoteTaskManager.getAllTasks() |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.remotetasks.stub.admin.common.xsd.StaticTaskInformation |
RemoteTaskUtils.convert(TaskInfo taskInfo,
String taskType,
String remoteTaskId,
int tenantId) |
void |
RemoteTaskManager.registerTask(TaskInfo taskInfo) |
Modifier and Type | Method and Description |
---|---|
TaskInfo |
StandaloneTaskManager.getTask(String taskName) |
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
StandaloneTaskManager.getAllTasks() |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneTaskManager.registerTask(TaskInfo taskInfo) |
Copyright © 2020 WSO2. All rights reserved.