org.apache.hadoop.yarn.server.nodemanager
Class NMAuditLogger.AuditConstants

java.lang.Object
  extended by org.apache.hadoop.yarn.server.nodemanager.NMAuditLogger.AuditConstants
Enclosing class:
NMAuditLogger

public static class NMAuditLogger.AuditConstants
extends Object


Field Summary
static String FINISH_FAILED_CONTAINER
           
static String FINISH_KILLED_CONTAINER
           
static String FINISH_SUCCESS_CONTAINER
           
static String START_CONTAINER
           
static String STOP_CONTAINER
           
 
Constructor Summary
NMAuditLogger.AuditConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_CONTAINER

public static final String START_CONTAINER
See Also:
Constant Field Values

STOP_CONTAINER

public static final String STOP_CONTAINER
See Also:
Constant Field Values

FINISH_SUCCESS_CONTAINER

public static final String FINISH_SUCCESS_CONTAINER
See Also:
Constant Field Values

FINISH_FAILED_CONTAINER

public static final String FINISH_FAILED_CONTAINER
See Also:
Constant Field Values

FINISH_KILLED_CONTAINER

public static final String FINISH_KILLED_CONTAINER
See Also:
Constant Field Values
Constructor Detail

NMAuditLogger.AuditConstants

public NMAuditLogger.AuditConstants()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.