public class TaskStatusPlus extends Object
| Constructor and Description |
|---|
TaskStatusPlus(String id,
String type,
org.joda.time.DateTime createdTime,
org.joda.time.DateTime queueInsertionTime,
TaskState statusCode,
RunnerTaskState runnerStatusCode,
Long duration,
TaskLocation location,
String dataSource,
String errorMsg) |
TaskStatusPlus(String id,
String type,
org.joda.time.DateTime createdTime,
org.joda.time.DateTime queueInsertionTime,
TaskState statusCode,
TaskState status,
RunnerTaskState runnerTaskState,
Long duration,
TaskLocation location,
String dataSource,
String errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.joda.time.DateTime |
getCreatedTime() |
String |
getDataSource() |
Long |
getDuration() |
String |
getErrorMsg() |
String |
getId() |
TaskLocation |
getLocation() |
org.joda.time.DateTime |
getQueueInsertionTime() |
RunnerTaskState |
getRunnerStatusCode() |
TaskState |
getStatus()
Deprecated.
|
TaskState |
getStatusCode() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public TaskStatusPlus(String id, String type, org.joda.time.DateTime createdTime, org.joda.time.DateTime queueInsertionTime, @Nullable TaskState statusCode, @Nullable RunnerTaskState runnerStatusCode, @Nullable Long duration, TaskLocation location, @Nullable String dataSource, @Nullable String errorMsg)
public TaskStatusPlus(String id, @Nullable String type, org.joda.time.DateTime createdTime, org.joda.time.DateTime queueInsertionTime, @Nullable TaskState statusCode, @Deprecated @Nullable TaskState status, @Nullable RunnerTaskState runnerTaskState, @Nullable Long duration, TaskLocation location, @Nullable String dataSource, @Nullable String errorMsg)
public String getId()
public org.joda.time.DateTime getCreatedTime()
public org.joda.time.DateTime getQueueInsertionTime()
@Deprecated @Nullable public TaskState getStatus()
@Nullable public RunnerTaskState getRunnerStatusCode()
public TaskLocation getLocation()
public String getDataSource()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.