| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.signature | |
| org.apache.hadoop.hive.ql.plan.mapper |
| Modifier and Type | Method and Description |
|---|---|
Map<OpTreeSignature,OperatorStats> |
RuntimeStatsMap.toMap() |
| Constructor and Description |
|---|
RuntimeStatsMap(Map<OpTreeSignature,OperatorStats> input) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OperatorStats> |
StatsSource.lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
MapBackedStatsSource.lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
EmptyStatsSource.lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
CachingStatsSource.lookup(OpTreeSignature treeSig) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingStatsSource.put(OpTreeSignature sig,
OperatorStats opStat) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatsSource.putAll(Map<OpTreeSignature,OperatorStats> map) |
void |
MapBackedStatsSource.putAll(Map<OpTreeSignature,OperatorStats> map) |
void |
EmptyStatsSource.putAll(Map<OpTreeSignature,OperatorStats> map) |
void |
CachingStatsSource.putAll(Map<OpTreeSignature,OperatorStats> map) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.