@InterfaceAudience.Private public interface StatsSource
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvideStatsFor(Class<?> clazz) |
void |
load(List<PersistedRuntimeStats> list) |
Optional<OperatorStats> |
lookup(OpTreeSignature treeSig) |
Optional<OperatorStats> |
lookup(RelTreeSignature treeSig) |
boolean canProvideStatsFor(Class<?> clazz)
Optional<OperatorStats> lookup(OpTreeSignature treeSig)
Optional<OperatorStats> lookup(RelTreeSignature treeSig)
void load(List<PersistedRuntimeStats> list)
Copyright © 2022 The Apache Software Foundation. All rights reserved.