| Package | Description |
|---|---|
| io.druid.indexer |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskStatusPlus.getState() |
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.
|
| Constructor and Description |
|---|
TaskStatusPlus(String id,
org.joda.time.DateTime createdTime,
org.joda.time.DateTime queueInsertionTime,
TaskState state,
Long duration,
TaskLocation location) |
Copyright © 2011–2018. All rights reserved.