org.apache.hadoop.hive.ql.exec
Class TaskFactory
java.lang.Object
org.apache.hadoop.hive.ql.exec.TaskFactory
public class TaskFactory
- extends Object
TaskFactory implementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskvec
public static ArrayList<TaskFactory.taskTuple<? extends Serializable>> taskvec
TaskFactory
public TaskFactory()
getAndIncrementId
public static int getAndIncrementId()
resetId
public static void resetId()
get
public static <T extends Serializable> Task<T> get(Class<T> workClass,
HiveConf conf)
get
public static <T extends Serializable> Task<T> get(T work,
HiveConf conf,
Task<? extends Serializable>... tasklist)
getAndMakeChild
public static <T extends Serializable> Task<T> getAndMakeChild(T work,
HiveConf conf,
Task<? extends Serializable>... tasklist)
Copyright © 2009 The Apache Software Foundation