Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredShuffleMasterSnapshot
-
Packages that use TieredShuffleMasterSnapshot Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier -
-
Uses of TieredShuffleMasterSnapshot 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 TieredShuffleMasterSnapshot Modifier and Type Class Description classEmptyTieredShuffleMasterSnapshotA singleton implementation ofTieredShuffleMasterSnapshotthat represents an empty snapshot of tiered shuffle master.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle that return types with arguments of type TieredShuffleMasterSnapshot Modifier and Type Method Description Collection<org.apache.flink.api.java.tuple.Tuple2<String,TieredShuffleMasterSnapshot>>AllTieredShuffleMasterSnapshots. getSnapshots()Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with type arguments of type TieredShuffleMasterSnapshot Constructor Description AllTieredShuffleMasterSnapshots(Collection<org.apache.flink.api.java.tuple.Tuple2<String,TieredShuffleMasterSnapshot>> snapshots) -
Uses of TieredShuffleMasterSnapshot 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 TieredShuffleMasterSnapshot Modifier and Type Method Description default voidTierMasterAgent. restoreState(TieredShuffleMasterSnapshot snapshot)Restores the state of the tier master agent from the provided snapshots for the specified job.default voidTierMasterAgent. restoreState(TieredShuffleMasterSnapshot snapshot, org.apache.flink.api.common.JobID jobId)Restores the state of the tier master agent from the provided snapshots.Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier with type arguments of type TieredShuffleMasterSnapshot Modifier and Type Method Description default voidTierMasterAgent. snapshotState(CompletableFuture<TieredShuffleMasterSnapshot> snapshotFuture)Triggers a snapshot of the tier master agent's state.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.
-