public final class TaskFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskFactory.TaskTuple<T extends Serializable>
taskTuple.
|
Modifier and Type | Field and Description |
---|---|
static ArrayList<TaskFactory.TaskTuple<? extends Serializable>> |
taskvec |
Modifier and Type | Method and Description |
---|---|
static <T extends Serializable> |
get(Class<T> workClass,
HiveConf conf) |
static <T extends Serializable> |
get(T work,
HiveConf conf,
Task<? extends Serializable>... tasklist) |
static int |
getAndIncrementId() |
static <T extends Serializable> |
getAndMakeChild(T work,
HiveConf conf,
Task<? extends Serializable>... tasklist) |
static void |
makeChild(Task<?> ret,
Task<? extends Serializable>... tasklist) |
static void |
resetId() |
public static ArrayList<TaskFactory.TaskTuple<? extends Serializable>> taskvec
public static int getAndIncrementId()
public static void resetId()
public static <T extends Serializable> Task<T> get(Class<T> workClass, HiveConf conf)
public static <T extends Serializable> Task<T> get(T work, HiveConf conf, Task<? extends Serializable>... tasklist)
public static <T extends Serializable> Task<T> getAndMakeChild(T work, HiveConf conf, Task<? extends Serializable>... tasklist)
public static void makeChild(Task<?> ret, Task<? extends Serializable>... tasklist)
Copyright © 2017 The Apache Software Foundation. All rights reserved.