public class NoOpMasterAgent extends Object implements TierMasterAgent
TierMasterAgent.| Modifier and Type | Field and Description |
|---|---|
static NoOpMasterAgent |
INSTANCE |
| 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 static final NoOpMasterAgent INSTANCE
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.