Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterSnapshot
-
Packages that use ShuffleMasterSnapshot Package Description org.apache.flink.runtime.jobmaster.event org.apache.flink.runtime.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.Method parameters in org.apache.flink.runtime.shuffle with type arguments of type ShuffleMasterSnapshot Modifier and Type Method Description default voidShuffleMaster. restoreState(List<ShuffleMasterSnapshot> snapshots)Restores the state of the shuffle master from the provided snapshots.voidNettyShuffleMaster. snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context)default voidShuffleMaster. snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context)Triggers a snapshot of the shuffle master's state.
-