Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.impl.ExecPlanTask
Packages that use ExecPlanTask
Package
Description
- 
Uses of ExecPlanTask in se.liu.ida.hefquin.engine.queryplan.executable.impl
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl that implement ExecPlanTaskFields in se.liu.ida.hefquin.engine.queryplan.executable.impl with type parameters of type ExecPlanTaskModifier and TypeFieldDescriptionprotected final LinkedList<ExecPlanTask>TaskBasedExecutablePlanImpl.tasksConstructor parameters in se.liu.ida.hefquin.engine.queryplan.executable.impl with type arguments of type ExecPlanTaskModifierConstructorDescription - 
Uses of ExecPlanTask in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that implement ExecPlanTaskModifier and TypeClassDescriptionclassPull-based implementation ofExecPlanTask.classclassclassFields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased declared as ExecPlanTaskModifier and TypeFieldDescriptionprotected final ExecPlanTaskPullBasedExecPlanTaskForUnaryOperator.inputprotected final ExecPlanTaskPullBasedExecPlanTaskForBinaryOperator.input1protected final ExecPlanTaskPullBasedExecPlanTaskForBinaryOperator.input2Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased with parameters of type ExecPlanTaskModifierConstructorDescriptionPullBasedExecPlanTaskForBinaryOperator(BinaryExecutableOp op, ExecPlanTask input1, ExecPlanTask input2, ExecutionContext execCxt, int minimumBlockSize) PullBasedExecPlanTaskForUnaryOperator(UnaryExecutableOp op, ExecPlanTask input, ExecutionContext execCxt, int minimumBlockSize)  - 
Uses of ExecPlanTask in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Subinterfaces of ExecPlanTask in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbasedClasses in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that implement ExecPlanTaskModifier and TypeClassDescriptionclassclassPush-based implementation ofExecPlanTask.classclassclassclassFields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased declared as ExecPlanTaskModifier and TypeFieldDescriptionprotected final ExecPlanTaskPushBasedExecPlanTaskForUnaryOperator.inputprotected final ExecPlanTaskPushBasedExecPlanTaskForBinaryOperator.input1protected final ExecPlanTaskPushBasedExecPlanTaskForBinaryOperator.input2protected final ExecPlanTask[]PushBasedExecPlanTaskForNaryOperator.inputsMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that return ExecPlanTaskModifier and TypeMethodDescriptionConnectorForAdditionalConsumer.addConnectorForAdditionalConsumer(int preferredMinimumBlockSize) PushBasedExecPlanTask.addConnectorForAdditionalConsumer(int preferredMinimumBlockSize) PushBasedExecPlanTaskBase.addConnectorForAdditionalConsumer(int preferredMinimumBlockSize) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type ExecPlanTaskModifierConstructorDescriptionPushBasedExecPlanTaskForBinaryOperator(BinaryExecutableOp op, ExecPlanTask input1, ExecPlanTask input2, ExecutionContext execCxt, int minimumBlockSize) PushBasedExecPlanTaskForNaryOperator(NaryExecutableOp op, ExecPlanTask[] inputs, ExecutionContext execCxt, int minimumBlockSize) PushBasedExecPlanTaskForUnaryOperator(UnaryExecutableOp op, ExecPlanTask input, ExecutionContext execCxt, int minimumBlockSize)  - 
Uses of ExecPlanTask in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Fields in se.liu.ida.hefquin.engine.queryproc.impl.compiler with type parameters of type ExecPlanTaskModifier and TypeFieldDescriptionprotected final Map<PhysicalPlan,ExecPlanTask> PushBasedQueryPlanCompilerImpl.Worker.convertedSubPlansMethods in se.liu.ida.hefquin.engine.queryproc.impl.compiler that return ExecPlanTaskModifier and TypeMethodDescriptionprotected ExecPlanTaskTaskBasedQueryPlanCompilerBase.Worker._createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) protected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForBinaryExecOp(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForBinaryExecOp(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPushBasedQueryPlanCompilerImpl.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler that return types with arguments of type ExecPlanTaskModifier and TypeMethodDescriptionprotected LinkedList<ExecPlanTask>PushBasedQueryPlanCompilerImpl.createTasks(PhysicalPlan qep, ExecutionContext execCxt) protected LinkedList<ExecPlanTask>TaskBasedQueryPlanCompilerBase.createTasks(PhysicalPlan qep, ExecutionContext execCxt) Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler with parameters of type ExecPlanTaskModifier and TypeMethodDescriptionprotected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForBinaryExecOp(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTaskPushBasedQueryPlanCompilerImpl.createTaskForBinaryExecOp(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForBinaryExecOp(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPushBasedQueryPlanCompilerImpl.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTaskPushBasedQueryPlanCompilerImpl.createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) Method parameters in se.liu.ida.hefquin.engine.queryproc.impl.compiler with type arguments of type ExecPlanTaskModifier and TypeMethodDescriptionprotected ExecPlanTaskTaskBasedQueryPlanCompilerBase.Worker._createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) voidPushBasedQueryPlanCompilerImpl.Worker.createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) voidTaskBasedQueryPlanCompilerBase.Worker.createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt)