Class ExecutablePlanStatsOfTaskBasedPlan
java.lang.Object
se.liu.ida.hefquin.base.utils.StatsImpl
se.liu.ida.hefquin.engine.queryplan.executable.impl.ExecutablePlanStatsOfTaskBasedPlan
- All Implemented Interfaces:
Stats,ExecutablePlanStats
An implementation of
ExecutablePlanStats
for TaskBasedExecutablePlanImpl.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutablePlanStatsOfTaskBasedPlan(List<ExecPlanTaskStats> statsOfTasks) ExecutablePlanStatsOfTaskBasedPlan(ExecPlanTaskStats[] 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
-
ExecutablePlanStatsOfTaskBasedPlan
-
ExecutablePlanStatsOfTaskBasedPlan
-