public class ResourceAllocationResult extends Object
ResourceAllocationStrategy.| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceAllocationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceAllocationResult.Builder |
builder() |
Map<PendingTaskManagerId,Map<org.apache.flink.api.common.JobID,ResourceCounter>> |
getAllocationsOnPendingResources() |
Map<org.apache.flink.api.common.JobID,Map<InstanceID,ResourceCounter>> |
getAllocationsOnRegisteredResources() |
List<PendingTaskManager> |
getPendingTaskManagersToAllocate() |
Set<org.apache.flink.api.common.JobID> |
getUnfulfillableJobs() |
public List<PendingTaskManager> getPendingTaskManagersToAllocate()
public Set<org.apache.flink.api.common.JobID> getUnfulfillableJobs()
public Map<org.apache.flink.api.common.JobID,Map<InstanceID,ResourceCounter>> getAllocationsOnRegisteredResources()
public Map<PendingTaskManagerId,Map<org.apache.flink.api.common.JobID,ResourceCounter>> getAllocationsOnPendingResources()
public static ResourceAllocationResult.Builder builder()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.