Class TieredStorageMasterClient
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMasterClient
-
public class TieredStorageMasterClient extends Object
Client of the Tiered Storage used by the master.
-
-
Constructor Summary
Constructors Constructor Description TieredStorageMasterClient(List<TierMasterAgent> tiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TierShuffleDescriptor>addPartitionAndGetShuffleDescriptor(org.apache.flink.api.common.JobID jobID, ResultPartitionID resultPartitionID)voidclose()voidregisterJob(org.apache.flink.api.common.JobID jobID, TierShuffleHandler shuffleHandler)voidreleasePartition(ShuffleDescriptor shuffleDescriptor)voidunregisterJob(org.apache.flink.api.common.JobID jobID)
-
-
-
Constructor Detail
-
TieredStorageMasterClient
public TieredStorageMasterClient(List<TierMasterAgent> tiers)
-
-
Method Detail
-
registerJob
public void registerJob(org.apache.flink.api.common.JobID jobID, TierShuffleHandler shuffleHandler)
-
unregisterJob
public void unregisterJob(org.apache.flink.api.common.JobID jobID)
-
addPartitionAndGetShuffleDescriptor
public List<TierShuffleDescriptor> addPartitionAndGetShuffleDescriptor(org.apache.flink.api.common.JobID jobID, ResultPartitionID resultPartitionID)
-
releasePartition
public void releasePartition(ShuffleDescriptor shuffleDescriptor)
-
close
public void close()
-
-