Uses of Class
org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup
-
Packages that use TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup Package Description org.apache.flink.runtime.deployment org.apache.flink.runtime.taskexecutor -
-
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.ShuffleDescriptorGroup Modifier and Type Method Description List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>>CachedShuffleDescriptors. getAllSerializedShuffleDescriptorGroups()Method parameters in org.apache.flink.runtime.deployment with type arguments of type TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup Modifier and Type Method Description voidInputGateDeploymentDescriptor. 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.ShuffleDescriptorGroup Constructor Description InputGateDeploymentDescriptor(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.ShuffleDescriptorGroup Modifier and Type Method Description GroupCache<org.apache.flink.api.common.JobID,PermanentBlobKey,TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>TaskManagerServices. getShuffleDescriptorCache()
-