Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterSnapshot
-
Packages that use ShuffleMasterSnapshot Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle org.apache.flink.runtime.jobmaster.event org.apache.flink.runtime.shuffle -
-
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 Modifier and Type Class Description classTieredInternalShuffleMasterSnapshotThe internalShuffleMasterSnapshotfor hybrid shuffle. -
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 ShuffleMasterSnapshot Modifier and Type Method Description CompletableFuture<ShuffleMasterSnapshot>ExecutionVertexFinishedEvent. getShuffleMasterSnapshotFuture()Constructor parameters in org.apache.flink.runtime.jobmaster.event with type arguments of type ShuffleMasterSnapshot Constructor Description ExecutionVertexFinishedEvent(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 ShuffleMasterSnapshot Modifier and Type Class Description classEmptyShuffleMasterSnapshotA singleton implementation ofShuffleMasterSnapshotthat represents an empty snapshot of shuffle master.Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterSnapshot Modifier and Type Method Description voidNettyShuffleMaster. 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 ShuffleMasterSnapshot Modifier and Type Method Description voidNettyShuffleMaster. 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.
-