Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.AllTieredShuffleMasterSnapshots
-
-
Uses of AllTieredShuffleMasterSnapshots in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle that return AllTieredShuffleMasterSnapshots Modifier and Type Method Description static AllTieredShuffleMasterSnapshotsAllTieredShuffleMasterSnapshots. empty()AllTieredShuffleMasterSnapshotsTieredInternalShuffleMasterSnapshot. getAllTierSnapshots()Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with type arguments of type AllTieredShuffleMasterSnapshots Modifier and Type Method Description voidTieredInternalShuffleMaster. snapshotState(CompletableFuture<AllTieredShuffleMasterSnapshots> snapshotFuture)voidTieredInternalShuffleMaster. snapshotState(CompletableFuture<AllTieredShuffleMasterSnapshots> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId)Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type AllTieredShuffleMasterSnapshots Constructor Description TieredInternalShuffleMasterSnapshot(Map<ResultPartitionID,ShuffleDescriptor> shuffleDescriptors, AllTieredShuffleMasterSnapshots allTierSnapshots) -
Uses of AllTieredShuffleMasterSnapshots in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with type arguments of type AllTieredShuffleMasterSnapshots Modifier and Type Method Description voidTieredStorageMasterClient. snapshotState(CompletableFuture<AllTieredShuffleMasterSnapshots> snapshotFuture)voidTieredStorageMasterClient. snapshotState(CompletableFuture<AllTieredShuffleMasterSnapshots> snapshotFuture, ShuffleMasterSnapshotContext context, org.apache.flink.api.common.JobID jobId)
-