public enum TaskType extends Enum<TaskType>
JOB_CLEANUP
JOB_SETUP
MAP
REDUCE
TASK_CLEANUP
static TaskType
valueOf(String name)
static TaskType[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final TaskType MAP
public static final TaskType REDUCE
public static final TaskType JOB_SETUP
public static final TaskType JOB_CLEANUP
public static final TaskType TASK_CLEANUP
public static TaskType[] values()
for (TaskType c : TaskType.values()) System.out.println(c);
public static TaskType valueOf(String name)
name
Copyright © 2009 The Apache Software Foundation