| Modifier and Type | Method and Description |
|---|---|
AbstractTask |
TaskManager.getTask(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManager.addTask(String type,
AbstractTask task)
将任务加入到任务Map中
|
abstract void |
AbstractTask.merge(AbstractTask task)
merge task
|
boolean |
TaskProcessor.process(String taskType,
AbstractTask task)
process task
|
| Modifier and Type | Class and Description |
|---|---|
class |
DumpTask
Dump data task
|
| Modifier and Type | Method and Description |
|---|---|
void |
DumpTask.merge(AbstractTask task) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MergeTaskProcessor.process(String taskType,
AbstractTask task) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotifyTask
Notify task
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyTask.merge(AbstractTask task) |
boolean |
NotifyTaskProcessor.process(String taskType,
AbstractTask task) |
Copyright © 2018–2019 Alibaba Group. All rights reserved.