Uses of Enum Class
org.apache.hadoop.mapred.JobClient.TaskStatusFilter
Packages that use JobClient.TaskStatusFilter
-
Uses of JobClient.TaskStatusFilter in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return JobClient.TaskStatusFilterModifier and TypeMethodDescriptionJobClient.getTaskOutputFilter()Deprecated.static JobClient.TaskStatusFilterJobClient.getTaskOutputFilter(JobConf job) Get the task output filter out of the JobConf.static JobClient.TaskStatusFilterReturns the enum constant of this class with the specified name.static JobClient.TaskStatusFilter[]JobClient.TaskStatusFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.mapred with parameters of type JobClient.TaskStatusFilterModifier and TypeMethodDescriptionvoidJobClient.setTaskOutputFilter(JobClient.TaskStatusFilter newValue) Deprecated.static voidJobClient.setTaskOutputFilter(JobConf job, JobClient.TaskStatusFilter newValue) Modify the JobConf to set the task output filter.