Uses of Class
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup
Packages that use TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup
-
Uses of TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return types with arguments of type TaskDeploymentDescriptorFactory.ShuffleDescriptorGroupModifier and TypeMethodDescriptionList<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>>CachedShuffleDescriptors.getAllSerializedShuffleDescriptorGroups()Method parameters in org.apache.flink.runtime.deployment with type arguments of type TaskDeploymentDescriptorFactory.ShuffleDescriptorGroupModifier and TypeMethodDescriptionvoidInputGateDeploymentDescriptor.tryLoadAndDeserializeShuffleDescriptors(PermanentBlobService blobService, org.apache.flink.api.common.JobID jobId, GroupCache<org.apache.flink.api.common.JobID, PermanentBlobKey, TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> shuffleDescriptorsCache) Constructor parameters in org.apache.flink.runtime.deployment with type arguments of type TaskDeploymentDescriptorFactory.ShuffleDescriptorGroupModifierConstructorDescriptionInputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, org.apache.flink.runtime.deployment.ConsumedSubpartitionContext consumedSubpartitionContext, int numberOfInputChannels, List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, IndexRange consumedSubpartitionIndexRange, int numberOfInputChannels, List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) -
Uses of TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type TaskDeploymentDescriptorFactory.ShuffleDescriptorGroupModifier and TypeMethodDescriptionGroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey, TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup> TaskManagerServices.getShuffleDescriptorCache()