Interface Stats
- All Known Subinterfaces:
ExecutableOperatorStats,ExecutablePlanStats,ExecutionStats,FederationAccessStats,PhysicalOptimizationStats,QueryPlanningStats,QueryProcStats,SourcePlanningStats,StatsOfPushBasedPlanThread
- All Known Implementing Classes:
ExecutableOperatorStatsImpl,ExecutablePlanStatsOfIteratorBasedPlan,ExecutionStatsImpl,FederationAccessStatsImpl,PhysicalOptimizationStatsImpl,PushBasedPlanThreadImplBase.MyStatsImpl,QueryPlanningStatsImpl,QueryProcStatsImpl,SourcePlanningStatsImpl,StatsImpl,StatsOfPushBasedExecutablePlan
public interface Stats
An interface for statistics collected during some process or by a data
structure or component. Such statistics consists of multiple entries,
each of which is a name-value pair. Note that a value may be another
Stats object.-
Method Summary
-
Method Details
-
getEntryNames
-
getEntry
-
isEmpty
boolean isEmpty()Returnstrueif there are no entries in this object.
-