Class ExecOpRequestBRTPF
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.NullaryExecutableOpBase
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpRequest<BindingsRestrictedTriplePatternRequest,BRTPFServer>
 
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpRequestWithTPFPaging<BindingsRestrictedTriplePatternRequest,BRTPFServer,BRTPFRequest>
  
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpRequestBRTPF
- All Implemented Interfaces:
 StatsProvider,ExecutableOperator,NullaryExecutableOp
public class ExecOpRequestBRTPF
extends BaseForExecOpRequestWithTPFPaging<BindingsRestrictedTriplePatternRequest,BRTPFServer,BRTPFRequest>  
- 
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpRequest
fm, reqFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.NullaryExecutableOpBase
timeAtExecEnd, timeAtExecStartFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
collectExceptions - 
Constructor Summary
ConstructorsConstructorDescriptionExecOpRequestBRTPF(BindingsRestrictedTriplePatternRequest req, BRTPFServer fm, boolean collectExceptions)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected Iterator<SolutionMapping> protected BRTPFRequestcreatePageRequest(String nextPageURL) protected TPFResponseperformPageRequest(BRTPFRequest req, FederationAccessManager fedAccessMgr) Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpRequestWithTPFPaging
_execute, consumeMatchingTriples, createPageRequest, createStats, isLastPage, resetStatsMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.NullaryExecutableOpBase
execute, getStatsMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
getExceptionsCaughtDuringExecution, recordExceptionCaughtDuringExecutionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.ExecutableOperator
getExceptionsCaughtDuringExecution 
- 
Constructor Details
- 
ExecOpRequestBRTPF
public ExecOpRequestBRTPF(BindingsRestrictedTriplePatternRequest req, BRTPFServer fm, boolean collectExceptions)  
 - 
 - 
Method Details
- 
createPageRequest
- Specified by:
 createPageRequestin classBaseForExecOpRequestWithTPFPaging<BindingsRestrictedTriplePatternRequest,BRTPFServer, BRTPFRequest> 
 - 
performPageRequest
protected TPFResponse performPageRequest(BRTPFRequest req, FederationAccessManager fedAccessMgr) throws FederationAccessException - Specified by:
 performPageRequestin classBaseForExecOpRequestWithTPFPaging<BindingsRestrictedTriplePatternRequest,BRTPFServer, BRTPFRequest> - Throws:
 FederationAccessException
 - 
convert
- Specified by:
 convertin classBaseForExecOpRequestWithTPFPaging<BindingsRestrictedTriplePatternRequest,BRTPFServer, BRTPFRequest> 
 
 -