Uses of Class
se.liu.ida.hefquin.engine.federation.access.UnsupportedOperationDueToRetrievalError
Packages that use UnsupportedOperationDueToRetrievalError
Package
Description
-
Uses of UnsupportedOperationDueToRetrievalError in se.liu.ida.hefquin.engine.federation.access
Methods in se.liu.ida.hefquin.engine.federation.access that throw UnsupportedOperationDueToRetrievalErrorModifier and TypeMethodDescriptiondefault int
CardinalityResponse.getCardinality()
Returns the cardinality value associated with this response.TPFResponse.getPayload()
WhileDataRetrievalResponse.getResponseData()
returns an iterator over all triples contained in the given TPF response,this method here returns an iterator only over the matching triples that have been requested.default int
TPFResponse.getPayloadSize()
Returns the number of triples that are returned byTPFResponse.getPayload()
.DataRetrievalResponse.getResponseData()
Returns the data retrieved in response to the corresponding request, or throws UnsupportedOperationDueToRetrievalError if an error occurred during data retrieval.default int
SolMapsResponse.getSize()
Returns the number of mappings that are returned byDataRetrievalResponse.getResponseData()
.default int
TPFResponse.getSize()
Returns the number of triples contained in this response, which considers both the payload and the metadata.default int
TriplesResponse.getSize()
Returns the number of triples contained in this response. -
Uses of UnsupportedOperationDueToRetrievalError in se.liu.ida.hefquin.engine.federation.access.impl
Methods in se.liu.ida.hefquin.engine.federation.access.impl that throw UnsupportedOperationDueToRetrievalErrorModifier and TypeMethodDescriptionprotected Integer
FederationAccessManagerBase1.FunctionToObtainCardinalityResponseFromSolMapsResponse.extractCardinality
(SolMapsResponse smResp) -
Uses of UnsupportedOperationDueToRetrievalError in se.liu.ida.hefquin.engine.federation.access.impl.response
Methods in se.liu.ida.hefquin.engine.federation.access.impl.response that throw UnsupportedOperationDueToRetrievalErrorModifier and TypeMethodDescriptionTPFResponseImpl.getPayload()
Returns an iterator over the matched triples in the TPF response.CardinalityResponseImpl.getResponseData()
Returns the cardinality value as the response data.DataRetrievalResponseBase.getResponseData()
Returns a short textual description of the error, if available.TPFResponseImpl.getResponseData()
Returns an iterator over all triples contained in the TPF response, concatenating the payload and metadata into a single iterable. -
Uses of UnsupportedOperationDueToRetrievalError in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that throw UnsupportedOperationDueToRetrievalErrorModifier and TypeMethodDescriptionprotected abstract Iterable
<SolutionMapping> BaseForExecOpIndexNestedLoopsJoinWithRequests.MyResponseProcessor.extractSolMaps
(RespType response)