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