Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
Packages that use ResourceAllocationResult
-
Uses of ResourceAllocationResult in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return ResourceAllocationResultModifier and TypeMethodDescriptionResourceAllocationResult.Builder.build()DefaultResourceAllocationStrategy.tryFulfillRequirements(Map<org.apache.flink.api.common.JobID, Collection<ResourceRequirement>> missingResources, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider, BlockedTaskManagerChecker blockedTaskManagerChecker) ResourceAllocationStrategy.tryFulfillRequirements(Map<org.apache.flink.api.common.JobID, Collection<ResourceRequirement>> missingResources, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider, BlockedTaskManagerChecker blockedTaskManagerChecker) Try to make an allocation decision to fulfill the resource requirements.