| Package | Description |
|---|---|
| org.apache.druid.indexer |
| Modifier and Type | Method and Description |
|---|---|
RunnerTaskState |
TaskStatusPlus.getRunnerStatusCode() |
static RunnerTaskState |
RunnerTaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerTaskState[] |
RunnerTaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.