@InterfaceAudience.Public @InterfaceStability.Unstable public class ContainerExitStatus extends Object
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static int | ABORTEDContainers killed by the framework, either due to being released by
 the application or being 'lost' due to node failures etc. | 
| static int | DISKS_FAILEDWhen 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_COMPLETIONContainer was terminated after the application finished. | 
| static int | KILLED_BY_APPMASTERContainer was terminated by stop request by the app master. | 
| static int | KILLED_BY_RESOURCEMANAGERContainer was terminated by the resource manager. | 
| static int | KILLED_EXCEEDED_PMEMContainer terminated because of exceeding allocated physical memory. | 
| static int | KILLED_EXCEEDED_VMEMContainer terminated because of exceeding allocated virtual memory. | 
| static int | PREEMPTEDContainers preempted by the framework. | 
| static int | SUCCESS | 
| コンストラクタと説明 | 
|---|
| ContainerExitStatus() | 
public static final int ABORTED
public static final int DISKS_FAILED
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
public ContainerExitStatus()
Copyright © 2016 Apache Software Foundation. All rights reserved.