public static class Instance.TaskSummary extends HashMap
Task运行结束后的汇总信息
Summary信息以key-value对的形式组织
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TaskSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonSummary() |
String |
getSummaryText()
返回文本化汇总信息,类似于:
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getSummaryText()
Summary:
inputs:
my_project.wc_in: 1 (269 bytes)
outputs:
my_project.wc_out: 2 (253 bytes)
M1_Stg1:
worker count: 1
input records:
input: 1 (min: 1, max: 1, avg: 1)
output records:
R2_1_Stg1: 2 (min: 2, max: 2, avg: 2)
R2_1_Stg1:
worker count: 1
input records:
input: 2 (min: 2, max: 2, avg: 2)
output records:
R2_1_Stg1FS_6415: 2 (min: 2, max: 2, avg: 2)
public String getJsonSummary()
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.