Package | Description |
---|---|
org.apache.hadoop.mapreduce |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Job.setTaskOutputFilter(org.apache.hadoop.conf.Configuration conf,
Job.TaskStatusFilter newValue)
Modify the Configuration to set the task output filter.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.