| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.plan.mapper | |
| org.apache.hadoop.hive.ql.reexec |
| Modifier and Type | Method and Description |
|---|---|
StatsSource |
Context.getStatsSource() |
StatsSource |
Driver.getStatsSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setStatsSource(StatsSource statsSource) |
void |
Driver.setStatsSource(StatsSource runtimeStatsSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingStatsSource |
class |
EmptyStatsSource |
class |
MapBackedStatsSource |
| Modifier and Type | Field and Description |
|---|---|
static StatsSource |
EmptyStatsSource.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static StatsSource |
StatsSources.getStatsSource(HiveConf conf) |
static StatsSource |
StatsSources.getStatsSourceContaining(StatsSource currentStatsSource,
PlanMapper pm) |
static StatsSource |
StatsSources.globalStatsSource(int cacheSize) |
static StatsSource |
StatsSources.metastoreBackedStatsSource(int cacheSize,
int batchSize,
StatsSource parent) |
| Modifier and Type | Method and Description |
|---|---|
static StatsSource |
StatsSources.getStatsSourceContaining(StatsSource currentStatsSource,
PlanMapper pm) |
static StatsSource |
StatsSources.metastoreBackedStatsSource(int cacheSize,
int batchSize,
StatsSource parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReExecDriver.setStatsSource(StatsSource statsSource) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.