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 ResourceAllocationResultResourceAllocationResult.Builder. build()ResourceAllocationResultDefaultResourceAllocationStrategy. tryFulfillRequirements(Map<org.apache.flink.api.common.JobID,Collection<ResourceRequirement>> missingResources, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider, BlockedTaskManagerChecker blockedTaskManagerChecker)ResourceAllocationResultResourceAllocationStrategy. 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.
-