Class RemoteTierMasterAgent
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierMasterAgent
-
- All Implemented Interfaces:
TierMasterAgent
public class RemoteTierMasterAgent extends Object implements TierMasterAgent
The implementation ofTierMasterAgentfor the remote tier.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPartition(TieredStoragePartitionId partitionID)Add a new tiered storage partition.voidreleasePartition(TieredStoragePartitionId partitionID)Release a tiered storage partition.
-
-
-
Method Detail
-
addPartition
public void addPartition(TieredStoragePartitionId partitionID)
Description copied from interface:TierMasterAgentAdd a new tiered storage partition.- Specified by:
addPartitionin interfaceTierMasterAgent- Parameters:
partitionID- the identifier of the new partition
-
releasePartition
public void releasePartition(TieredStoragePartitionId partitionID)
Description copied from interface:TierMasterAgentRelease a tiered storage partition.- Specified by:
releasePartitionin interfaceTierMasterAgent- Parameters:
partitionID- the identifier of partition to be released
-
-