Uses of Class
org.apache.flink.runtime.accumulators.AccumulatorSnapshot
Packages that use AccumulatorSnapshot
Package
Description
-
Uses of AccumulatorSnapshot in org.apache.flink.runtime.accumulators
Methods in org.apache.flink.runtime.accumulators that return AccumulatorSnapshotModifier and TypeMethodDescriptionAccumulatorRegistry.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 AccumulatorSnapshotMethods in org.apache.flink.runtime.executiongraph with parameters of type AccumulatorSnapshotModifier and TypeMethodDescriptionvoidDefaultExecutionGraph.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 AccumulatorSnapshotModifier and TypeMethodDescriptionvoidSchedulerBase.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 AccumulatorSnapshotModifier and TypeMethodDescriptionvoidAdaptiveScheduler.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 AccumulatorSnapshotConstructor parameters in org.apache.flink.runtime.taskexecutor with type arguments of type AccumulatorSnapshot -
Uses of AccumulatorSnapshot in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return AccumulatorSnapshotModifier and TypeMethodDescriptionTaskExecutionState.getAccumulators()Gets flink and user-defined accumulators in serialized form.Constructors in org.apache.flink.runtime.taskmanager with parameters of type AccumulatorSnapshotModifierConstructorDescriptionTaskExecutionState(ExecutionAttemptID executionId, ExecutionState executionState, Throwable error, AccumulatorSnapshot accumulators, IOMetrics ioMetrics) Creates a new task execution state update, with an attached exception.