org.apache.hadoop.chukwa.analysis.salsa.fsm
Enum FSMBuilder.AddInfoTypes

java.lang.Object
  extended by java.lang.Enum<FSMBuilder.AddInfoTypes>
      extended by org.apache.hadoop.chukwa.analysis.salsa.fsm.FSMBuilder.AddInfoTypes
All Implemented Interfaces:
Serializable, Comparable<FSMBuilder.AddInfoTypes>
Enclosing class:
FSMBuilder

public static enum FSMBuilder.AddInfoTypes
extends Enum<FSMBuilder.AddInfoTypes>


Enum Constant Summary
COMBINE_INPUT_RECORDS
           
COMBINE_OUTPUT_RECORDS
           
HOST_OTHER
           
INPUT_BYTES
           
INPUT_GROUPS
           
INPUT_RECORDS
           
OUTPUT_BYTES
           
OUTPUT_RECORDS
           
RECORDS_SPILLED
           
SHUFFLE_BYTES
           
 
Method Summary
static FSMBuilder.AddInfoTypes valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FSMBuilder.AddInfoTypes[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

HOST_OTHER

public static final FSMBuilder.AddInfoTypes HOST_OTHER

INPUT_BYTES

public static final FSMBuilder.AddInfoTypes INPUT_BYTES

INPUT_RECORDS

public static final FSMBuilder.AddInfoTypes INPUT_RECORDS

INPUT_GROUPS

public static final FSMBuilder.AddInfoTypes INPUT_GROUPS

OUTPUT_BYTES

public static final FSMBuilder.AddInfoTypes OUTPUT_BYTES

OUTPUT_RECORDS

public static final FSMBuilder.AddInfoTypes OUTPUT_RECORDS

SHUFFLE_BYTES

public static final FSMBuilder.AddInfoTypes SHUFFLE_BYTES

RECORDS_SPILLED

public static final FSMBuilder.AddInfoTypes RECORDS_SPILLED

COMBINE_INPUT_RECORDS

public static final FSMBuilder.AddInfoTypes COMBINE_INPUT_RECORDS

COMBINE_OUTPUT_RECORDS

public static final FSMBuilder.AddInfoTypes COMBINE_OUTPUT_RECORDS
Method Detail

values

public static FSMBuilder.AddInfoTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FSMBuilder.AddInfoTypes c : FSMBuilder.AddInfoTypes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FSMBuilder.AddInfoTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © ${year} The Apache Software Foundation