Package | Description |
---|---|
org.apache.hadoop.mapreduce |
Modifier and Type | Method and Description |
---|---|
static Job.TaskStatusFilter |
Job.getTaskOutputFilter(Configuration conf)
Get the task output filter.
|
static Job.TaskStatusFilter |
Job.TaskStatusFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.TaskStatusFilter[] |
Job.TaskStatusFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Job.setTaskOutputFilter(Configuration conf,
Job.TaskStatusFilter newValue)
Modify the Configuration to set the task output filter.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.