Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterSnapshotContext
Packages that use ShuffleMasterSnapshotContext
Package
Description
-
Uses of ShuffleMasterSnapshotContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type ShuffleMasterSnapshotContextModifier and TypeMethodDescriptionvoidTieredInternalShuffleMaster.snapshotState(CompletableFuture<AllTieredShuffleMasterSnapshots> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId) -
Uses of ShuffleMasterSnapshotContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with parameters of type ShuffleMasterSnapshotContextModifier and TypeMethodDescriptionvoidTieredStorageMasterClient.snapshotState(CompletableFuture<AllTieredShuffleMasterSnapshots> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId) -
Uses of ShuffleMasterSnapshotContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier with parameters of type ShuffleMasterSnapshotContextModifier and TypeMethodDescriptiondefault voidTierMasterAgent.snapshotState(CompletableFuture<TieredShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId) Triggers a snapshot of the tier master agent's state which related the specified job. -
Uses of ShuffleMasterSnapshotContext in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement ShuffleMasterSnapshotContextMethods in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterSnapshotContextModifier and TypeMethodDescriptionvoidNettyShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId) 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.