Uses of Enum
org.apache.avro.mapred.tether.TaskType
Packages that use TaskType
Package
Description
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions run in a sub-process.
-
Uses of TaskType in org.apache.avro.mapred.tether
Methods in org.apache.avro.mapred.tether that return TaskTypeModifier and TypeMethodDescriptionstatic TaskType
Returns the enum constant of this type with the specified name.static TaskType[]
TaskType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.avro.mapred.tether with parameters of type TaskType