Modifier and Type | Method and Description |
---|---|
TaskManager |
TaskManagerFactory.getTaskManager(TaskManagerId tmId) |
Modifier and Type | Method and Description |
---|---|
List<TaskManager> |
TaskManagerFactory.getAllTenantTaskManagersForType(String taskType) |
List<TaskManager> |
TaskManagerFactory.getStartupSchedulingTaskManagersForType(String taskType) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuartzTaskManager
This class represents an abstract class implementation of TaskManager based on Quartz Scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredTaskManager
This class represents a clustered task manager, which is used when tasks are
distributed across a cluster.
|
Modifier and Type | Method and Description |
---|---|
protected TaskManager |
ClusteredTaskManagerFactory.createTaskManager(TaskManagerId tmId) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteTaskManager
This class represents a remote task manager implementation.
|
Modifier and Type | Method and Description |
---|---|
TaskManager |
RemoteTaskManagerFactory.getTaskManager(TaskManagerId tmId) |
Modifier and Type | Method and Description |
---|---|
List<TaskManager> |
RemoteTaskManagerFactory.getAllTenantTaskManagersForType(String taskType) |
List<TaskManager> |
RemoteTaskManagerFactory.getStartupSchedulingTaskManagersForType(String taskType) |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneTaskManager
This class represents a single node task server manager, which is created when the server is run
in standalone mode.
|
Modifier and Type | Method and Description |
---|---|
protected TaskManager |
StandaloneTaskManagerFactory.createTaskManager(TaskManagerId tmId) |
TaskManager |
StandaloneTaskManagerFactory.getTaskManager(TaskManagerId tmId) |
Modifier and Type | Method and Description |
---|---|
List<TaskManager> |
StandaloneTaskManagerFactory.getAllTenantTaskManagersForType(String taskType) |
List<TaskManager> |
StandaloneTaskManagerFactory.getStartupSchedulingTaskManagersForType(String taskType) |
Modifier and Type | Method and Description |
---|---|
TaskManager |
TaskService.getTaskManager(String taskType)
Returns a task manager for the current tenant's task type.
|
Modifier and Type | Method and Description |
---|---|
List<TaskManager> |
TaskService.getAllTenantTaskManagersForType(String taskType)
Returns all the tenant task managers for a specific task type
|
Modifier and Type | Method and Description |
---|---|
TaskManager |
TaskServiceImpl.getTaskManager(String taskType) |
Modifier and Type | Method and Description |
---|---|
List<TaskManager> |
TaskServiceImpl.getAllTenantTaskManagersForType(String taskType) |
Copyright © 2019 WSO2. All rights reserved.