Class NoOpMasterAgent
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.NoOpMasterAgent
-
- All Implemented Interfaces:
TierMasterAgent
public class NoOpMasterAgent extends Object implements TierMasterAgent
The empty implementation forTierMasterAgent.
-
-
Field Summary
Fields Modifier and Type Field Description static NoOpMasterAgentINSTANCE
-
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.
-
-
-
Field Detail
-
INSTANCE
public static final NoOpMasterAgent INSTANCE
-
-
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
-
-