Uses of Interface
org.apache.flink.runtime.util.GroupCache
Packages that use GroupCache
Package
Description
-
Uses of GroupCache in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment with parameters of type GroupCacheModifier and TypeMethodDescriptionvoidTaskDeploymentDescriptor.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.voidInputGateDeploymentDescriptor.tryLoadAndDeserializeShuffleDescriptors(PermanentBlobService blobService, org.apache.flink.api.common.JobID jobId, GroupCache<org.apache.flink.api.common.JobID, PermanentBlobKey, TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache) -
Uses of GroupCache in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return GroupCacheModifier and TypeMethodDescriptionGroupCache<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() -
Uses of GroupCache in org.apache.flink.runtime.util
Classes in org.apache.flink.runtime.util that implement GroupCache