Class TieredInternalShuffleMaster
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredInternalShuffleMaster
-
public class TieredInternalShuffleMaster extends Object
A wrapper internal shuffle master class for tiered storage. All the tiered storage operations with the shuffle master should be wrapped in this class.
-
-
Constructor Summary
Constructors Constructor Description TieredInternalShuffleMaster(org.apache.flink.configuration.Configuration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPartition(ResultPartitionID resultPartitionID)voidreleasePartition(ResultPartitionID resultPartitionID)
-
-
-
Method Detail
-
addPartition
public void addPartition(ResultPartitionID resultPartitionID)
-
releasePartition
public void releasePartition(ResultPartitionID resultPartitionID)
-
-