public class ContainerAssignment extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.hadoop.yarn.api.records.Container |
container
Container that has been allocated
|
ContainerAllocationOutcome |
placement
Placement outcome: was this from history or not
|
RoleStatus |
role
Role to assign to it
|
| Constructor and Description |
|---|
ContainerAssignment(org.apache.hadoop.yarn.api.records.Container container,
RoleStatus role,
ContainerAllocationOutcome placement) |
public final org.apache.hadoop.yarn.api.records.Container container
public final RoleStatus role
public final ContainerAllocationOutcome placement
public ContainerAssignment(org.apache.hadoop.yarn.api.records.Container container,
RoleStatus role,
ContainerAllocationOutcome placement)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.