Uses of Class
org.apache.druid.indexer.report.TaskReport.ReportMap
-
Packages that use TaskReport.ReportMap Package Description org.apache.druid.indexer.report -
-
Uses of TaskReport.ReportMap in org.apache.druid.indexer.report
Methods in org.apache.druid.indexer.report that return TaskReport.ReportMap 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).Methods in org.apache.druid.indexer.report with parameters of type TaskReport.ReportMap Modifier and Type Method Description voidSingleFileTaskReportFileWriter. write(String taskId, TaskReport.ReportMap reports)voidTaskReportFileWriter. write(String taskId, TaskReport.ReportMap reports)static voidSingleFileTaskReportFileWriter. writeReportToStream(com.fasterxml.jackson.databind.ObjectMapper objectMapper, OutputStream outputStream, TaskReport.ReportMap reports)
-