public interface TaskInfo
TaskInfo
takes charge of recording a Report task's information.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFailedInfo()
Gets detailed failure information of a failed task.
|
long |
getFinishedTime()
Gets the time when this task finished running.
|
java.lang.String |
getReason()
Gets detailed failure reason returned by the engine.
|
java.lang.String |
getReportName()
Gets the report name associated with this task.
|
int |
getReportPages()
Gets the total page number of the report associated with this task.
|
java.lang.String |
getReportSource()
Gets the location of the report associated with this task.
|
java.lang.String |
getResultFileName()
Gets the result file name when this task finished to run.
|
java.lang.String |
getRunHost()
Gets the Report Server's host IP address, which the Report Server is located in to run this task.
|
int |
getRunPort()
Gets the Report Server's port number.
|
java.lang.String |
getRunServerName()
Gets the server alias name for running this task when monitoring the whole cluster.
|
long |
getStartedTime()
Gets the time when this task started to run.
|
long |
getSubmittedTime()
Get the Task's submitted time.
|
java.lang.String |
getTaskID()
Gets the task's ID.
|
java.lang.String |
getTaskStatus()
Gets the task's status, running-process track point.
|
java.lang.String |
getTaskType()
Gets the task's type.
|
java.lang.String |
getUserName()
Gets the user name who submitted this task.
|
boolean |
isFailedToRun()
Judges whether or not this task failed to run.
|
java.lang.String getTaskID()
long getSubmittedTime()
long getStartedTime()
long getFinishedTime()
java.lang.String getReportName()
int getReportPages()
java.lang.String getReportSource()
java.lang.String getResultFileName()
java.lang.String getTaskType()
java.lang.String getTaskStatus()
java.lang.String getUserName()
java.lang.String getRunServerName()
java.lang.String getRunHost()
int getRunPort()
boolean isFailedToRun()
java.lang.String getReason()
java.lang.String getFailedInfo()