Class AccumulatorSnapshot

java.lang.Object
org.apache.flink.runtime.accumulators.AccumulatorSnapshot
All Implemented Interfaces:
Serializable

public class AccumulatorSnapshot extends Object implements Serializable
This class encapsulates a map of accumulators for a single task. It is used for the transfer from TaskManagers to the JobManager and from the JobManager to the Client.
See Also: