@InterfaceAudience.Public @InterfaceStability.Unstable public class ContainerExitStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ABORTED
Containers killed by the framework, either due to being released by
the application or being 'lost' due to node failures etc.
|
static int |
DISKS_FAILED
When threshold number of the nodemanager-local-directories or
threshold number of the nodemanager-log-directories become bad.
|
static int |
INVALID |
static int |
PREEMPTED
Containers preempted by the framework.
|
static int |
SUCCESS |
Constructor and Description |
---|
ContainerExitStatus() |
public static final int SUCCESS
public static final int INVALID
public static final int ABORTED
public static final int DISKS_FAILED
public static final int PREEMPTED
Copyright © 2013 Apache Software Foundation. All rights reserved.