public class RemoteTierMasterAgent extends Object implements TierMasterAgent
TierMasterAgent for the remote tier.| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(TieredStoragePartitionId partitionID)
Add a new tiered storage partition.
|
void |
releasePartition(TieredStoragePartitionId partitionID)
Release a tiered storage partition.
|
public void addPartition(TieredStoragePartitionId partitionID)
TierMasterAgentaddPartition in interface TierMasterAgentpartitionID - the identifier of the new partitionpublic void releasePartition(TieredStoragePartitionId partitionID)
TierMasterAgentreleasePartition in interface TierMasterAgentpartitionID - the identifier of partition to be releasedCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.