| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.signature | |
| org.apache.hadoop.hive.ql.plan.mapper |
| Modifier and Type | Method and Description |
|---|---|
OpTreeSignature |
OpTreeSignatureFactory.getSignature(Operator<? extends OperatorDesc> op) |
OpTreeSignature |
OpTreeSignatureFactory.Direct.getSignature(Operator<? extends OperatorDesc> op) |
OpTreeSignature |
OpTreeSignatureFactory.CachedFactory.getSignature(Operator<? extends OperatorDesc> op) |
static OpTreeSignature |
OpTreeSignature.of(Operator<?> root) |
static OpTreeSignature |
OpTreeSignature.of(Operator<? extends OperatorDesc> op,
OpTreeSignatureFactory osf) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OpTreeSignature> |
OpTreeSignature.getParentSig() |
Map<OpTreeSignature,OperatorStats> |
RuntimeStatsMap.toMap() |
| Constructor and Description |
|---|
RuntimeStatsMap(Map<OpTreeSignature,OperatorStats> input) |
| Modifier and Type | Method and Description |
|---|---|
OpTreeSignature |
PlanMapper.getSignatureOf(Operator<?> op) |
| 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) |
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.