Uses of Interface
org.apache.druid.indexer.report.TaskReport
-
Packages that use TaskReport Package Description org.apache.druid.indexer.report -
-
Uses of TaskReport in org.apache.druid.indexer.report
Classes in org.apache.druid.indexer.report that implement TaskReport Modifier and Type Class Description classIngestionStatsAndErrorsTaskReportclassKillTaskReportclassTaskContextReportMethods in org.apache.druid.indexer.report with type parameters of type TaskReport Modifier and Type Method Description <T extends TaskReport>
Optional<T>TaskReport.ReportMap. findReport(String reportKey)Methods in org.apache.druid.indexer.report with parameters of type TaskReport Modifier and Type Method Description static TaskReport.ReportMapTaskReport. buildTaskReports(TaskReport... taskReports)Returns an order-preserving map that is suitable for passing intoTaskReportFileWriter.write(java.lang.String, org.apache.druid.indexer.report.TaskReport.ReportMap).Method parameters in org.apache.druid.indexer.report with type arguments of type TaskReport Modifier and Type Method Description static IngestionStatsAndErrorsIngestionStatsAndErrors. getPayloadFromTaskReports(Map<String,TaskReport> taskReports)
-