| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.taskexecutor | |
| org.apache.flink.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDeploymentDescriptor.loadBigData(PermanentBlobService blobService,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,JobInformation> jobInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskInformation> taskInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache)
Loads externalized data from the BLOB store back to the object.
|
void |
TaskDeploymentDescriptor.loadBigData(PermanentBlobService blobService,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,JobInformation> jobInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskInformation> taskInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache)
Loads externalized data from the BLOB store back to the object.
|
void |
TaskDeploymentDescriptor.loadBigData(PermanentBlobService blobService,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,JobInformation> jobInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskInformation> taskInformationCache,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache)
Loads externalized data from the BLOB store back to the object.
|
void |
InputGateDeploymentDescriptor.tryLoadAndDeserializeShuffleDescriptors(PermanentBlobService blobService,
org.apache.flink.api.common.JobID jobId,
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache) |
| Modifier and Type | Method and Description |
|---|---|
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,JobInformation> |
TaskManagerServices.getJobInformationCache() |
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> |
TaskManagerServices.getShuffleDescriptorCache() |
GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskInformation> |
TaskManagerServices.getTaskInformationCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroupCache<G,K,V>
Default implement of
GroupCache. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.