| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationResult |
ResourceAllocationResult.Builder.build() |
ResourceAllocationResult |
DefaultResourceAllocationStrategy.tryFulfillRequirements(Map<org.apache.flink.api.common.JobID,Collection<ResourceRequirement>> missingResources,
org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider,
BlockedTaskManagerChecker blockedTaskManagerChecker) |
ResourceAllocationResult |
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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.