Enum Class Pre21JobHistoryConstants.Values

java.lang.Object
java.lang.Enum<Pre21JobHistoryConstants.Values>
org.apache.hadoop.tools.rumen.Pre21JobHistoryConstants.Values
All Implemented Interfaces:
Serializable, Comparable<Pre21JobHistoryConstants.Values>, Constable
Enclosing class:
org.apache.hadoop.tools.rumen.Pre21JobHistoryConstants

public static enum Pre21JobHistoryConstants.Values extends Enum<Pre21JobHistoryConstants.Values>
This enum contains some of the values commonly used by history log events. since values in history can only be strings - Values.name() is used in most places in history file. Note: "SUCCEEDED" is actually not a pre-0.21 value, but it might appear in jhist logs when the event is an unsuccessful job completion, yet, the overall job status is "SUCCEEDED".