Uses of Class
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
Packages that use ResourceAllocationResult Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of ResourceAllocationResult in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return ResourceAllocationResult Modifier and Type Method Description ResourceAllocationResult
ResourceAllocationResult.Builder. build()
ResourceAllocationResult
DefaultResourceAllocationStrategy. tryFulfillRequirements(Map<JobID,Collection<ResourceRequirement>> missingResources, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider, BlockedTaskManagerChecker blockedTaskManagerChecker)
ResourceAllocationResult
ResourceAllocationStrategy. tryFulfillRequirements(Map<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.
-