public class ReplicationTask extends Task
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ReplicationTask.Status |
| コンストラクタと説明 |
|---|
ReplicationTask(long id,
String type,
String action,
String description,
TaskId parentTaskId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getPhase()
Get the current phase of the task.
|
ReplicationTask.Status |
getStatus()
Build a status for this task or null if this task doesn't have status.
|
void |
setPhase(String phase)
Set the current phase of the task.
|
getAction, getDescription, getId, getParentTaskId, getStartTime, getType, taskInfopublic void setPhase(String phase)
public String getPhase()
public ReplicationTask.Status getStatus()
TaskCopyright © 2009–2016. All rights reserved.