Uses of Interface
org.apache.flink.runtime.taskexecutor.ShuffleDescriptorsCache
-
Packages that use ShuffleDescriptorsCache Package Description org.apache.flink.runtime.deployment org.apache.flink.runtime.taskexecutor -
-
Uses of ShuffleDescriptorsCache in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment with parameters of type ShuffleDescriptorsCache Modifier and Type Method Description voidTaskDeploymentDescriptor. loadBigData(PermanentBlobService blobService, ShuffleDescriptorsCache shuffleDescriptorsCache)Loads externalized data from the BLOB store back to the object.voidInputGateDeploymentDescriptor. tryLoadAndDeserializeShuffleDescriptors(PermanentBlobService blobService, org.apache.flink.api.common.JobID jobId, ShuffleDescriptorsCache shuffleDescriptorsCache) -
Uses of ShuffleDescriptorsCache in org.apache.flink.runtime.taskexecutor
Classes in org.apache.flink.runtime.taskexecutor that implement ShuffleDescriptorsCache Modifier and Type Class Description classDefaultShuffleDescriptorsCacheDefault implement ofShuffleDescriptorsCache.Methods in org.apache.flink.runtime.taskexecutor that return ShuffleDescriptorsCache Modifier and Type Method Description ShuffleDescriptorsCacheTaskManagerServices. getShuffleDescriptorCache()
-