Package | Description |
---|---|
io.druid.indexing.common | |
io.druid.indexing.worker | |
io.druid.testing.clients |
Modifier and Type | Method and Description |
---|---|
TaskStatus.Status |
TaskStatus.getStatusCode() |
static TaskStatus.Status |
TaskStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus.Status[] |
TaskStatus.Status.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,
TaskStatus.Status code) |
Modifier and Type | Method and Description |
---|---|
TaskStatus.Status |
TaskAnnouncement.getStatus()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TaskStatus.Status |
OverlordResourceTestClient.getTaskStatus(String taskID) |
Copyright © 2011–2015. All rights reserved.