Uses of Enum Class
org.apache.hadoop.mapreduce.TaskCompletionEvent.Status
Packages that use TaskCompletionEvent.Status
-
Uses of TaskCompletionEvent.Status in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return TaskCompletionEvent.StatusModifier and TypeMethodDescriptionTaskCompletionEvent.getStatus()ReturnsTaskCompletionEvent.Statusstatic TaskCompletionEvent.StatusReturns the enum constant of this class with the specified name.static TaskCompletionEvent.Status[]TaskCompletionEvent.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.mapreduce with parameters of type TaskCompletionEvent.StatusModifier and TypeMethodDescriptionprotected voidTaskCompletionEvent.setTaskStatus(TaskCompletionEvent.Status status) Set task status.Constructors in org.apache.hadoop.mapreduce with parameters of type TaskCompletionEvent.StatusModifierConstructorDescriptionTaskCompletionEvent(int eventId, TaskAttemptID taskId, int idWithinJob, boolean isMap, TaskCompletionEvent.Status status, String taskTrackerHttp) Constructor. eventId should be created externally and incremented per event for each job.