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(JobID jobID, ResultPartitionID resultPartitionID)
void
close()
void
registerJob(JobID jobID, TierShuffleHandler shuffleHandler)
void
releasePartition(ShuffleDescriptor shuffleDescriptor)
void
unregisterJob(JobID jobID)
-
-
-
Constructor Detail
-
TieredStorageMasterClient
public TieredStorageMasterClient(List<TierMasterAgent> tiers)
-
-
Method Detail
-
registerJob
public void registerJob(JobID jobID, TierShuffleHandler shuffleHandler)
-
unregisterJob
public void unregisterJob(JobID jobID)
-
addPartitionAndGetShuffleDescriptor
public List<TierShuffleDescriptor> addPartitionAndGetShuffleDescriptor(JobID jobID, ResultPartitionID resultPartitionID)
-
releasePartition
public void releasePartition(ShuffleDescriptor shuffleDescriptor)
-
close
public void close()
-
-