Uses of Class
org.eclipse.rdf4j.federated.structures.SubQuery
-
Packages that use SubQuery Package Description org.eclipse.rdf4j.federated.cache -
-
Uses of SubQuery in org.eclipse.rdf4j.federated.cache
Methods in org.eclipse.rdf4j.federated.cache with parameters of type SubQuery Modifier and Type Method Description SourceSelectionCache.StatementSourceAssurance
SourceSelectionCache. getAssurance(SubQuery subQuery, Endpoint endpoint)
Ask the cache if a given endpoint can provide results for aSubQuery
.SourceSelectionCache.StatementSourceAssurance
SourceSelectionMemoryCache. getAssurance(SubQuery subQuery, Endpoint endpoint)
void
SourceSelectionCache. updateInformation(SubQuery subQuery, Endpoint endpoint, boolean hasStatements)
void
SourceSelectionMemoryCache. updateInformation(SubQuery subQuery, Endpoint endpoint, boolean hasStatements)
-