@InterfaceAudience.Public @InterfaceStability.Stable public class StatsCollectionContext extends Object
| Constructor and Description |
|---|
StatsCollectionContext(org.apache.hadoop.conf.Configuration hiveConf) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getHiveConf() |
int |
getIndexForTezUnion() |
List<String> |
getStatsTmpDirs() |
Task |
getTask() |
void |
setIndexForTezUnion(int indexForTezUnion) |
void |
setStatsTmpDir(String statsTmpDir) |
void |
setStatsTmpDirs(List<String> statsTmpDirs) |
void |
setTask(Task task) |
public StatsCollectionContext(org.apache.hadoop.conf.Configuration hiveConf)
public void setStatsTmpDir(String statsTmpDir)
public org.apache.hadoop.conf.Configuration getHiveConf()
public Task getTask()
public void setTask(Task task)
public int getIndexForTezUnion()
public void setIndexForTezUnion(int indexForTezUnion)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.