Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredInternalShuffleMasterSnapshot
-
-
Uses of TieredInternalShuffleMasterSnapshot 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 TieredInternalShuffleMasterSnapshot Modifier and Type Method Description voidTieredInternalShuffleMaster. restoreState(TieredInternalShuffleMasterSnapshot clusterSnapshot)Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with type arguments of type TieredInternalShuffleMasterSnapshot Modifier and Type Method Description voidTieredInternalShuffleMaster. restoreState(List<TieredInternalShuffleMasterSnapshot> snapshots, org.apache.flink.api.common.JobID jobId) -
Uses of TieredInternalShuffleMasterSnapshot 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 TieredInternalShuffleMasterSnapshot Modifier and Type Method Description voidTieredStorageMasterClient. restoreState(TieredInternalShuffleMasterSnapshot clusterSnapshot)Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with type arguments of type TieredInternalShuffleMasterSnapshot Modifier and Type Method Description voidTieredStorageMasterClient. restoreState(List<TieredInternalShuffleMasterSnapshot> snapshots, org.apache.flink.api.common.JobID jobId)
-