| Package | Description |
|---|---|
| org.apache.druid.indexer |
| Modifier and Type | Method and Description |
|---|---|
static TaskLocation |
TaskLocation.create(String host,
int port,
int tlsPort) |
TaskLocation |
TaskStatusPlus.getLocation() |
static TaskLocation |
TaskLocation.unknown() |
| 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.