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 intCardinalityResponse.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 intTPFResponse.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 intSolMapsResponse.getSize()Returns the number of mappings that are returned byDataRetrievalResponse.getResponseData().default intTPFResponse.getSize()Returns the number of triples contained in this response, which considers both the payload and the metadata.default intTriplesResponse.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 IntegerFederationAccessManagerBase1.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 the data retrieved in response to the corresponding request, or throws UnsupportedOperationDueToRetrievalError if an error occurred during data retrieval.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)