Class AccumulatorReport

java.lang.Object
org.apache.flink.runtime.taskexecutor.AccumulatorReport
All Implemented Interfaces:
Serializable

public class AccumulatorReport extends Object implements Serializable
A report about the current values of all accumulators of the TaskExecutor for a given job.
See Also: