|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.yarn.api.records.ContainerExitStatus
@InterfaceAudience.Public @InterfaceStability.Unstable public class ContainerExitStatus
Container exit statuses indicating special exit circumstances.
Field Summary | |
---|---|
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 |
KILLED_AFTER_APP_COMPLETION
Container was terminated after the application finished. |
static int |
KILLED_BY_APPMASTER
Container was terminated by stop request by the app master. |
static int |
KILLED_BY_RESOURCEMANAGER
Container was terminated by the resource manager. |
static int |
KILLED_EXCEEDED_PMEM
Container terminated because of exceeding allocated physical memory. |
static int |
KILLED_EXCEEDED_VMEM
Container terminated because of exceeding allocated virtual memory. |
static int |
PREEMPTED
Containers preempted by the framework. |
static int |
SUCCESS
|
Constructor Summary | |
---|---|
ContainerExitStatus()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
public static final int KILLED_EXCEEDED_VMEM
public static final int KILLED_EXCEEDED_PMEM
public static final int KILLED_BY_APPMASTER
public static final int KILLED_BY_RESOURCEMANAGER
public static final int KILLED_AFTER_APP_COMPLETION
Constructor Detail |
---|
public ContainerExitStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |