|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job.TaskStatusFilter | |
|---|---|
| org.apache.hadoop.mapreduce | |
| Uses of Job.TaskStatusFilter in org.apache.hadoop.mapreduce |
|---|
| Methods in org.apache.hadoop.mapreduce that return Job.TaskStatusFilter | |
|---|---|
static Job.TaskStatusFilter |
Job.getTaskOutputFilter(org.apache.hadoop.conf.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. |
| Methods in org.apache.hadoop.mapreduce with parameters of type Job.TaskStatusFilter | |
|---|---|
static void |
Job.setTaskOutputFilter(org.apache.hadoop.conf.Configuration conf,
Job.TaskStatusFilter newValue)
Modify the Configuration to set the task output filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||