Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterSnapshot
Packages that use ShuffleMasterSnapshot
Package
Description
-
Uses of ShuffleMasterSnapshot in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle that implement ShuffleMasterSnapshot -
Uses of ShuffleMasterSnapshot in org.apache.flink.runtime.jobmaster.event
Methods in org.apache.flink.runtime.jobmaster.event that return types with arguments of type ShuffleMasterSnapshotConstructor parameters in org.apache.flink.runtime.jobmaster.event with type arguments of type ShuffleMasterSnapshotModifierConstructorDescriptionExecutionVertexFinishedEvent(ExecutionAttemptID executionAttemptId, TaskManagerLocation location, Map<OperatorID, CompletableFuture<byte[]>> operatorCoordinatorSnapshotFutures, CompletableFuture<ShuffleMasterSnapshot> shuffleMasterSnapshotFuture, IOMetrics ioMetrics, Map<String, org.apache.flink.api.common.accumulators.Accumulator<?, ?>> userAccumulators) -
Uses of ShuffleMasterSnapshot in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement ShuffleMasterSnapshotModifier and TypeClassDescriptionclassA singleton implementation ofShuffleMasterSnapshotthat represents an empty snapshot of shuffle master.Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterSnapshotModifier and TypeMethodDescriptionvoidNettyShuffleMaster.restoreState(ShuffleMasterSnapshot snapshot) default voidShuffleMaster.restoreState(ShuffleMasterSnapshot snapshot) Restores the state of the shuffle master from the provided snapshots.Method parameters in org.apache.flink.runtime.shuffle with type arguments of type ShuffleMasterSnapshotModifier and TypeMethodDescriptionvoidNettyShuffleMaster.restoreState(List<ShuffleMasterSnapshot> snapshots, org.apache.flink.api.common.JobID jobId) default voidShuffleMaster.restoreState(List<ShuffleMasterSnapshot> snapshots, org.apache.flink.api.common.JobID jobId) Restores the state of the shuffle master from the provided snapshots for the specified job.voidNettyShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture) voidNettyShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId) default voidShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture) Triggers a snapshot of the shuffle master's state.default voidShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId) Triggers a snapshot of the shuffle master's state which related the specified job.