Class ExecOpRequestTPFatTPFServer
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<TriplePatternRequest,TPFServer>
 
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpRequestWithTPFPaging<TriplePatternRequest,TPFServer,TPFRequest>
  
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpTriplePatternRequestWithTPF<TPFServer>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpRequestTPFatTPFServer
- All Implemented Interfaces:
 StatsProvider,ExecutableOperator,NullaryExecutableOp
public class ExecOpRequestTPFatTPFServer
extends BaseForExecOpTriplePatternRequestWithTPF<TPFServer>
Implementation of an operator to request a (complete) TPF from a TPF server.
 This implementation handles pagination of the TPF; that is, it requests all
 the pages, one after another.
- 
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
ConstructorsConstructorDescriptionExecOpRequestTPFatTPFServer(TriplePatternRequest req, TPFServer fm, boolean collectExceptions)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected TPFResponseperformPageRequest(TPFRequest req, FederationAccessManager fedAccessMgr) Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpTriplePatternRequestWithTPF
convert, createPageRequestMethods 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
- 
ExecOpRequestTPFatTPFServer
public ExecOpRequestTPFatTPFServer(TriplePatternRequest req, TPFServer fm, boolean collectExceptions)  
 - 
 - 
Method Details
- 
performPageRequest
protected TPFResponse performPageRequest(TPFRequest req, FederationAccessManager fedAccessMgr) throws FederationAccessException - Specified by:
 performPageRequestin classBaseForExecOpRequestWithTPFPaging<TriplePatternRequest,TPFServer, TPFRequest> - Throws:
 FederationAccessException
 
 -