| Package | Description | 
|---|---|
| io.druid.indexer | |
| io.druid.indexing.common | |
| io.druid.indexing.worker | |
| io.druid.testing.clients | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskState | 
TaskStatus.getStatusCode()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskStatus | 
TaskStatus.fromCode(String taskId,
        TaskState code)  | 
| Constructor and Description | 
|---|
TaskStatus(String id,
          TaskState status,
          long duration)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskState | 
TaskAnnouncement.getStatus()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
TaskState | 
OverlordResourceTestClient.getTaskStatus(String taskID)  | 
Copyright © 2011–2018. All rights reserved.