Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMasterSnapshotContext
-
-
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 ShuffleMasterSnapshotContext Modifier and Type Method Description voidTieredInternalShuffleMaster. 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 ShuffleMasterSnapshotContext Modifier and Type Method Description voidTieredStorageMasterClient. 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 ShuffleMasterSnapshotContext Modifier and Type Method Description default 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 ShuffleMasterSnapshotContext Modifier and Type Class Description classDefaultShuffleMasterSnapshotContextDefaultShuffleMasterSnapshotContextimplementation.Methods in org.apache.flink.runtime.shuffle with parameters of type ShuffleMasterSnapshotContext Modifier and Type Method Description voidNettyShuffleMaster. 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.
-