Class ExecOpRequestSPARQL
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<ReqType,MemberType>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpSolMapsRequest<SPARQLRequest,SPARQLEndpoint>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpRequestSPARQL
- All Implemented Interfaces:
StatsProvider
,ExecutableOperator
,NullaryExecutableOp
-
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpRequest
fm, req
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.NullaryExecutableOpBase
timeAtExecEnd, timeAtExecStart
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
collectExceptions
-
Constructor Summary
ConstructorsConstructorDescriptionExecOpRequestSPARQL
(SPARQLRequest req, SPARQLEndpoint fm, boolean collectExceptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected SolMapsResponse
performRequest
(FederationAccessManager fedAccessMgr) Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpSolMapsRequest
_execute, createStats, process, resetStats
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.NullaryExecutableOpBase
execute, getStats
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
getExceptionsCaughtDuringExecution, recordExceptionCaughtDuringExecution
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.ExecutableOperator
getExceptionsCaughtDuringExecution
-
Constructor Details
-
ExecOpRequestSPARQL
-
-
Method Details
-
performRequest
protected SolMapsResponse performRequest(FederationAccessManager fedAccessMgr) throws FederationAccessException - Specified by:
performRequest
in classBaseForExecOpSolMapsRequest<SPARQLRequest,
SPARQLEndpoint> - Throws:
FederationAccessException
-