| Package | Description |
|---|---|
| org.apache.druid.indexer |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskStatusPlus.getStatus()
Deprecated.
|
TaskState |
TaskStatusPlus.getStatusCode() |
TaskState |
TaskStatus.getStatusCode() |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskStatus |
TaskStatus.fromCode(String taskId,
TaskState code) |
| Constructor and Description |
|---|
TaskStatus(String id,
TaskState status,
long duration,
String errorMsg) |
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) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.