public interface ShuffleDescriptorsCache
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear all cache.
|
void |
clearCacheForJob(org.apache.flink.api.common.JobID jobId)
Clear all cache for the Job.
|
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup |
get(PermanentBlobKey blobKey)
Get shuffle descriptor group in cache.
|
void |
put(org.apache.flink.api.common.JobID jobId,
PermanentBlobKey blobKey,
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup shuffleDescriptorGroup)
Put shuffle descriptor group to cache.
|
void clear()
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup get(PermanentBlobKey blobKey)
blobKey - identify the shuffle descriptor groupvoid put(org.apache.flink.api.common.JobID jobId,
PermanentBlobKey blobKey,
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup shuffleDescriptorGroup)
jobId - of jobblobKey - identify the shuffle descriptor groupshuffleDescriptorGroup - shuffle descriptor group to cachevoid clearCacheForJob(org.apache.flink.api.common.JobID jobId)
jobId - of jobCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.