public class MapBackedStatsSource extends Object implements StatsSource
| Constructor and Description |
|---|
MapBackedStatsSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvideStatsFor(Class<?> clazz) |
Optional<OperatorStats> |
lookup(OpTreeSignature treeSig) |
void |
putAll(Map<OpTreeSignature,OperatorStats> map) |
public boolean canProvideStatsFor(Class<?> clazz)
canProvideStatsFor in interface StatsSourcepublic Optional<OperatorStats> lookup(OpTreeSignature treeSig)
lookup in interface StatsSourcepublic void putAll(Map<OpTreeSignature,OperatorStats> map)
putAll in interface StatsSourceCopyright © 2019 The Apache Software Foundation. All Rights Reserved.