public interface TierMasterAgent
| Modifier and Type | Method and Description |
|---|---|
TierShuffleDescriptor |
addPartitionAndGetShuffleDescriptor(org.apache.flink.api.common.JobID jobID,
ResultPartitionID resultPartitionID)
Add a new tiered storage partition and get the
TierShuffleDescriptor. |
void |
close()
Close this tier master agent.
|
void |
registerJob(org.apache.flink.api.common.JobID jobID,
TierShuffleHandler tierShuffleHandler)
Register a job id with a
TierShuffleHandler. |
void |
releasePartition(TierShuffleDescriptor shuffleDescriptor)
Release a tiered storage partition.
|
void |
unregisterJob(org.apache.flink.api.common.JobID jobID)
Unregister a job id.
|
void registerJob(org.apache.flink.api.common.JobID jobID,
TierShuffleHandler tierShuffleHandler)
TierShuffleHandler.void unregisterJob(org.apache.flink.api.common.JobID jobID)
TierShuffleDescriptor addPartitionAndGetShuffleDescriptor(org.apache.flink.api.common.JobID jobID, ResultPartitionID resultPartitionID)
TierShuffleDescriptor.void releasePartition(TierShuffleDescriptor shuffleDescriptor)
shuffleDescriptor - the partition shuffle descriptor to be releasedvoid close()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.