public class CachingStatsSource extends Object implements StatsSource
| Constructor and Description |
|---|
CachingStatsSource(int cacheSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvideStatsFor(Class<?> clazz) |
void |
load(List<PersistedRuntimeStats> statMap) |
Optional<OperatorStats> |
lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
lookup(RelTreeSignature treeSig) |
public Optional<OperatorStats> lookup(OpTreeSignature treeSig)
lookup in interface StatsSourcepublic Optional<OperatorStats> lookup(RelTreeSignature treeSig)
lookup in interface StatsSourcepublic boolean canProvideStatsFor(Class<?> clazz)
canProvideStatsFor in interface StatsSourcepublic void load(List<PersistedRuntimeStats> statMap)
load in interface StatsSourceCopyright © 2022 The Apache Software Foundation. All rights reserved.