public class ContainerAllocationResults extends Object
| Modifier and Type | Field and Description |
|---|---|
List<AbstractRMOperation> |
operations
A possibly empty list of requests to add to the follow-up actions
|
OutstandingRequest |
origin
The outstanding request which originated this.
|
ContainerAllocationOutcome |
outcome
What was the outcome of this allocation: placed, escalated, ...
|
| Constructor and Description |
|---|
ContainerAllocationResults() |
public ContainerAllocationOutcome outcome
public OutstandingRequest origin
ContainerAllocationOutcome.Unallocated
as it wasn't expected.public List<AbstractRMOperation> operations
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.