Class StatsOfPushBasedExecutablePlan
java.lang.Object
se.liu.ida.hefquin.base.utils.StatsImpl
se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased.StatsOfPushBasedExecutablePlan
- All Implemented Interfaces:
 Stats,ExecutablePlanStats
An implementation of 
ExecutablePlanStats
 for PushBasedExecutablePlanImpl.- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionStatsOfPushBasedExecutablePlan(List<StatsOfPushBasedPlanThread> statsOfTasks) StatsOfPushBasedExecutablePlan(StatsOfPushBasedPlanThread[] statsOfTasks)  - 
Method Summary
Methods inherited from class se.liu.ida.hefquin.base.utils.StatsImpl
getEntry, getEntryNames, isEmpty, putMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.base.utils.Stats
getEntry, getEntryNames, isEmpty 
- 
Field Details
- 
enNumberOfTasks
- See Also:
 
 - 
enStatsOfTasks
- See Also:
 
 
 - 
 - 
Constructor Details
- 
StatsOfPushBasedExecutablePlan
 - 
StatsOfPushBasedExecutablePlan
 
 -