Uses of Interface
org.apache.druid.indexer.report.TaskReport
Packages that use TaskReport
-
Uses of TaskReport in org.apache.druid.indexer.report
Classes in org.apache.druid.indexer.report that implement TaskReportModifier and TypeClassDescriptionclassclassclassMethods in org.apache.druid.indexer.report with type parameters of type TaskReportModifier and TypeMethodDescription<T extends TaskReport>
Optional<T> TaskReport.ReportMap.findReport(String reportKey) Methods in org.apache.druid.indexer.report with parameters of type TaskReportModifier and TypeMethodDescriptionstatic 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 TaskReportModifier and TypeMethodDescriptionstatic IngestionStatsAndErrorsIngestionStatsAndErrors.getPayloadFromTaskReports(Map<String, TaskReport> taskReports)