public final class EmptyStatsSource extends Object implements StatsSource
| Modifier and Type | Field and Description |
|---|---|
static StatsSource |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvideStatsFor(Class<?> class1) |
Optional<OperatorStats> |
lookup(OpTreeSignature treeSig) |
void |
putAll(Map<OpTreeSignature,OperatorStats> map) |
public static StatsSource INSTANCE
public boolean canProvideStatsFor(Class<?> class1)
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.