| Package | Description |
|---|---|
| org.apache.hadoop.hive.druid.json |
package info file.
|
| Modifier and Type | Method and Description |
|---|---|
TaskReportData.TaskType |
TaskReportData.getType() |
static TaskReportData.TaskType |
TaskReportData.TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskReportData.TaskType[] |
TaskReportData.TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TaskReportData(String id,
Map<Integer,Long> startingOffsets,
Map<Integer,Long> currentOffsets,
org.joda.time.DateTime startTime,
Long remainingSeconds,
TaskReportData.TaskType type,
Map<Integer,Long> lag) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.