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) |
void |
load(List<PersistedRuntimeStats> statMap) |
Optional<OperatorStats> |
lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
lookup(RelTreeSignature of) |
public static StatsSource INSTANCE
public boolean canProvideStatsFor(Class<?> class1)
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 © 2024 The Apache Software Foundation. All rights reserved.