Class ExecutableOperatorStatsImpl
java.lang.Object
se.liu.ida.hefquin.base.utils.StatsImpl
se.liu.ida.hefquin.engine.queryplan.executable.impl.ExecutableOperatorStatsImpl
- All Implemented Interfaces:
Stats
,ExecutableOperatorStats
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Java class name of the operator.Returns a short string representing the operator.Methods inherited from class se.liu.ida.hefquin.base.utils.StatsImpl
getEntry, getEntryNames, isEmpty, put
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.base.utils.Stats
getEntry, getEntryNames, isEmpty
-
Field Details
-
enClassName
- See Also:
-
enShortString
- See Also:
-
-
Constructor Details
-
ExecutableOperatorStatsImpl
-
-
Method Details
-
getClassName
Description copied from interface:ExecutableOperatorStats
Returns the Java class name of the operator. This name should be the name of the actual class and not for some base class.- Specified by:
getClassName
in interfaceExecutableOperatorStats
-
getShortString
Description copied from interface:ExecutableOperatorStats
Returns a short string representing the operator. Typically, this string would be the result of the toString() method of the operator.- Specified by:
getShortString
in interfaceExecutableOperatorStats
-