Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.NullaryExecutableOp
Packages that use NullaryExecutableOp
Package
Description
- 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return NullaryExecutableOpModifier and TypeMethodDescriptionResultElementIterWithNullaryExecOp.getOp()ResultElementIterWithNullaryExecOp.MyOpRunnerThread.getOp()Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased with parameters of type NullaryExecutableOpModifierConstructorDescription - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that implement NullaryExecutableOpModifier and TypeClassDescriptionclassBaseForExecOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators.classBaseForExecOpRequestWithPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest, PageRespType extends DataRetrievalResponse> Base class for implementations of request operators with requests that have to be broken into multiple requests to handle paging.classBaseForExecOpRequestWithTPFPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest> Base class for implementations of paging-based request operators where pages areTPFResponseobjects.classBaseForExecOpSolMapsRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> classBaseForExecOpTriplePatternRequestWithTPF<MemberType extends FederationMember>Base class for implementations of request operators with triple pattern requests that are broken into TPF requests to handle paging.classBaseForExecOpTriplesRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators with requests that return triples and that can be performed as is.classclassclassImplementation of an operator to request a (complete) TPF from a brTPF server.classImplementation of an operator to request a (complete) TPF from a TPF server.classTop-level base class for all implementations ofNullaryExecutableOp.Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return NullaryExecutableOpModifier and TypeMethodDescriptionprotected abstract NullaryExecutableOpBaseForExecOpBindJoinWithRequestOps.createExecutableRequestOperator(Iterable<SolutionMapping> solMaps) The returned operator should be created such that it throws exceptions instead of collecting them.protected abstract NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithRequestOps.createExecutableRequestOperator(SolutionMapping sm) protected NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createExecutableRequestOperator(SolutionMapping inputSolMap) protected NullaryExecutableOpExecOpBindJoinBRTPF.createExecutableRequestOperator(Iterable<SolutionMapping> inputSolMaps) protected NullaryExecutableOpExecOpBindJoinSPARQLwithFILTER.createExecutableRequestOperator(Iterable<SolutionMapping> solMaps) protected NullaryExecutableOpExecOpBindJoinSPARQLwithUNION.createExecutableRequestOperator(Iterable<SolutionMapping> solMaps) protected NullaryExecutableOpExecOpBindJoinSPARQLwithVALUES.createExecutableRequestOperator(Iterable<SolutionMapping> solMaps) protected abstract NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequestOperator(TriplePatternRequest req) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinBRTPF.createRequestOperator(TriplePatternRequest req) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinTPF.createRequestOperator(TriplePatternRequest req) Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type NullaryExecutableOpModifier and TypeMethodDescriptionprotected RunnableBaseForExecOpIndexNestedLoopsJoinWithRequestOps.createProcessor(NullaryExecutableOp reqOp, SolutionMapping smFromInput, IntermediateResultElementSink outputSink, ExecutionContext execCxt)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased declared as NullaryExecutableOpModifier and TypeFieldDescriptionprotected final NullaryExecutableOpPullBasedExecPlanTaskForNullaryOperator.opConstructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased with parameters of type NullaryExecutableOpModifierConstructorDescriptionPullBasedExecPlanTaskForNullaryOperator(NullaryExecutableOp op, ExecutionContext execCxt, int minimumBlockSize)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased declared as NullaryExecutableOpModifier and TypeFieldDescriptionprotected final NullaryExecutableOpPushBasedExecPlanTaskForNullaryOperator.opConstructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type NullaryExecutableOpModifierConstructorDescriptionPushBasedExecPlanTaskForNullaryOperator(NullaryExecutableOp op, ExecutionContext execCxt, int minimumBlockSize)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return NullaryExecutableOpModifier and TypeMethodDescriptionNullaryPhysicalOp.createExecOp(boolean collectExceptions, ExpectedVariables... inputVars)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return NullaryExecutableOpModifier and TypeMethodDescriptionPhysicalOpRequest.createExecOp(boolean collectExceptions, ExpectedVariables... inputVars)  - 
Uses of NullaryExecutableOp in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler with parameters of type NullaryExecutableOpModifier and TypeMethodDescriptionprotected ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTaskPushBasedQueryPlanCompilerImpl.createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize)