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 voidaddPartition(TieredStoragePartitionId partitionId)voidreleasePartition(TieredStoragePartitionId partitionId)
-
-
-
Constructor Detail
-
TieredStorageMasterClient
public TieredStorageMasterClient(List<TierMasterAgent> tiers)
-
-
Method Detail
-
addPartition
public void addPartition(TieredStoragePartitionId partitionId)
-
releasePartition
public void releasePartition(TieredStoragePartitionId partitionId)
-
-