Uses of Interface
se.liu.ida.hefquin.base.utils.Stats
Packages that use Stats
Package
Description
-
Uses of Stats in se.liu.ida.hefquin.base.datastructures.impl
Methods in se.liu.ida.hefquin.base.datastructures.impl that return Stats -
Uses of Stats in se.liu.ida.hefquin.base.utils
Classes in se.liu.ida.hefquin.base.utils that implement StatsMethods in se.liu.ida.hefquin.base.utils that return StatsMethods in se.liu.ida.hefquin.base.utils with parameters of type StatsModifier and TypeMethodDescriptionstatic void
StatsPrinter.print
(Stats s, PrintStream out, boolean recursive) Prints the given stats to the given print stream.static void
StatsPrinter.print
(Stats s, PrintStream out, boolean recursive, int indentLevel) Prints the given stats to the given print stream at the given indentation level. -
Uses of Stats in se.liu.ida.hefquin.engine.federation.access
Subinterfaces of Stats in se.liu.ida.hefquin.engine.federation.access -
Uses of Stats in se.liu.ida.hefquin.engine.federation.access.impl
Classes in se.liu.ida.hefquin.engine.federation.access.impl that implement Stats -
Uses of Stats in se.liu.ida.hefquin.engine.queryplan.executable
Subinterfaces of Stats in se.liu.ida.hefquin.engine.queryplan.executableModifier and TypeInterfaceDescriptioninterface
interface
This interface captures statistics collected during the execution of anExecutablePlan
. -
Uses of Stats in se.liu.ida.hefquin.engine.queryplan.executable.impl
Subinterfaces of Stats in se.liu.ida.hefquin.engine.queryplan.executable.implClasses in se.liu.ida.hefquin.engine.queryplan.executable.impl that implement StatsModifier and TypeClassDescriptionprotected class
class
class
An implementation ofExecutablePlanStats
forTaskBasedExecutablePlanImpl
. -
Uses of Stats in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that implement StatsModifier and TypeClassDescriptionclass
An implementation ofExecutablePlanStats
forIteratorBasedExecutablePlanImpl
. -
Uses of Stats in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as StatsModifier and TypeFieldDescriptionprotected Stats
ExecOpHashJoin.statsOfIndex
protected Stats
ExecOpSymmetricHashJoin.statsOfIndexForChild1
protected Stats
ExecOpSymmetricHashJoin.statsOfIndexForChild2
-
Uses of Stats in se.liu.ida.hefquin.engine.queryproc
Subinterfaces of Stats in se.liu.ida.hefquin.engine.queryprocModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
-
Uses of Stats in se.liu.ida.hefquin.engine.queryproc.impl
Classes in se.liu.ida.hefquin.engine.queryproc.impl that implement Stats -
Uses of Stats in se.liu.ida.hefquin.engine.queryproc.impl.execution
Classes in se.liu.ida.hefquin.engine.queryproc.impl.execution that implement Stats -
Uses of Stats in se.liu.ida.hefquin.engine.queryproc.impl.planning
Classes in se.liu.ida.hefquin.engine.queryproc.impl.planning that implement Stats -
Uses of Stats in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer
Classes in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer that implement Stats -
Uses of Stats in se.liu.ida.hefquin.engine.queryproc.impl.srcsel
Classes in se.liu.ida.hefquin.engine.queryproc.impl.srcsel that implement Stats