Uses of Class
org.apache.avro.mapred.tether.TaskType

Packages that use TaskType
org.apache.avro.mapred.tether 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 TaskType
static TaskType TaskType.valueOf(String name)
          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
 void InputProtocol.configure(TaskType taskType, CharSequence inSchema, CharSequence outSchema)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.