| Package | Description |
|---|---|
| org.apache.slider.server.appmaster.state |
| Modifier and Type | Field and Description |
|---|---|
ContainerAllocationOutcome |
ContainerAllocationResults.outcome
What was the outcome of this allocation: placed, escalated, ...
|
ContainerAllocationOutcome |
RoleInstance.placement |
ContainerAllocationOutcome |
ContainerAssignment.placement
Placement outcome: was this from history or not
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerAllocationOutcome |
ContainerAllocationOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerAllocationOutcome[] |
ContainerAllocationOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContainerAssignment(org.apache.hadoop.yarn.api.records.Container container,
RoleStatus role,
ContainerAllocationOutcome placement) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.