Class StatsImpl
java.lang.Object
se.liu.ida.hefquin.base.utils.StatsImpl
- All Implemented Interfaces:
 Stats
- Direct Known Subclasses:
 ExecutableOperatorStatsImpl,ExecutablePlanStatsOfIteratorBasedPlan,ExecutionStatsImpl,FederationAccessStatsImpl,PhysicalOptimizationStatsImpl,PushBasedPlanThreadImplBase.MyStatsImpl,QueryPlanningStatsImpl,QueryProcStatsImpl,SourcePlanningStatsImpl,StatsOfPushBasedExecutablePlan
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the entry with the given name.Returns the names of all entries.booleanisEmpty()Returnstrueif there are no entries in this object. 
- 
Constructor Details
- 
StatsImpl
public StatsImpl() 
 - 
 - 
Method Details
- 
getEntryNames
Description copied from interface:StatsReturns the names of all entries.- Specified by:
 getEntryNamesin interfaceStats
 - 
getEntry
 - 
isEmpty
 - 
put
 
 -