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<JobID,ResourceCounter>> |
getAllocationsOnPendingResources() |
Map<JobID,Map<InstanceID,ResourceCounter>> |
getAllocationsOnRegisteredResources() |
List<PendingTaskManager> |
getPendingTaskManagersToAllocate() |
Set<JobID> |
getUnfulfillableJobs() |
public List<PendingTaskManager> getPendingTaskManagersToAllocate()
public Map<JobID,Map<InstanceID,ResourceCounter>> getAllocationsOnRegisteredResources()
public Map<PendingTaskManagerId,Map<JobID,ResourceCounter>> getAllocationsOnPendingResources()
public static ResourceAllocationResult.Builder builder()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.