Uses of Class
org.apache.flink.runtime.accumulators.AccumulatorSnapshot
-
-
Uses of AccumulatorSnapshot in org.apache.flink.runtime.accumulators
Methods in org.apache.flink.runtime.accumulators that return AccumulatorSnapshot Modifier and Type Method Description AccumulatorSnapshotAccumulatorRegistry. getSnapshot()Creates a snapshot of this accumulator registry. -
Uses of AccumulatorSnapshot in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return AccumulatorSnapshot Modifier and Type Method Description AccumulatorSnapshotTaskExecutionStateTransition. getAccumulators()Methods in org.apache.flink.runtime.executiongraph with parameters of type AccumulatorSnapshot Modifier and Type Method Description voidDefaultExecutionGraph. updateAccumulators(AccumulatorSnapshot accumulatorSnapshot)voidExecutionGraph. updateAccumulators(AccumulatorSnapshot accumulatorSnapshot)Updates the accumulators during the runtime of a job. -
Uses of AccumulatorSnapshot in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type AccumulatorSnapshot Modifier and Type Method Description voidSchedulerBase. updateAccumulators(AccumulatorSnapshot accumulatorSnapshot)voidSchedulerNG. updateAccumulators(AccumulatorSnapshot accumulatorSnapshot) -
Uses of AccumulatorSnapshot in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type AccumulatorSnapshot Modifier and Type Method Description voidAdaptiveScheduler. updateAccumulators(AccumulatorSnapshot accumulatorSnapshot) -
Uses of AccumulatorSnapshot in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type AccumulatorSnapshot Modifier and Type Method Description Collection<AccumulatorSnapshot>AccumulatorReport. getAccumulatorSnapshots()Constructor parameters in org.apache.flink.runtime.taskexecutor with type arguments of type AccumulatorSnapshot Constructor Description AccumulatorReport(List<AccumulatorSnapshot> accumulatorSnapshots) -
Uses of AccumulatorSnapshot in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return AccumulatorSnapshot Modifier and Type Method Description AccumulatorSnapshotTaskExecutionState. getAccumulators()Gets flink and user-defined accumulators in serialized form.Constructors in org.apache.flink.runtime.taskmanager with parameters of type AccumulatorSnapshot Constructor Description TaskExecutionState(ExecutionAttemptID executionId, ExecutionState executionState, Throwable error, AccumulatorSnapshot accumulators, IOMetrics ioMetrics)Creates a new task execution state update, with an attached exception.
-