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