Interface Stats
- All Known Subinterfaces:
ExecPlanTaskStats
,ExecutableOperatorStats
,ExecutablePlanStats
,ExecutionStats
,FederationAccessStats
,PhysicalOptimizationStats
,QueryPlanningStats
,QueryProcStats
,SourcePlanningStats
- All Known Implementing Classes:
ExecPlanTaskBase.ExecPlanTaskStatsImpl
,ExecutableOperatorStatsImpl
,ExecutablePlanStatsOfIteratorBasedPlan
,ExecutablePlanStatsOfTaskBasedPlan
,ExecutionStatsImpl
,FederationAccessStatsImpl
,PhysicalOptimizationStatsImpl
,QueryPlanningStatsImpl
,QueryProcStatsImpl
,SourcePlanningStatsImpl
,StatsImpl
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()Returnstrue
if there are no entries in this object.
-