Uses of Class
org.eclipse.rdf4j.federated.structures.SubQuery
Packages that use SubQuery
-
Uses of SubQuery in org.eclipse.rdf4j.federated.cache
Methods in org.eclipse.rdf4j.federated.cache with parameters of type SubQueryModifier and TypeMethodDescriptionSourceSelectionCache.getAssurance
(SubQuery subQuery, Endpoint endpoint) Ask the cache if a given endpoint can provide results for aSubQuery
.SourceSelectionMemoryCache.getAssurance
(SubQuery subQuery, Endpoint endpoint) void
SourceSelectionCache.updateInformation
(SubQuery subQuery, Endpoint endpoint, boolean hasStatements) void
SourceSelectionMemoryCache.updateInformation
(SubQuery subQuery, Endpoint endpoint, boolean hasStatements) Constructor parameters in org.eclipse.rdf4j.federated.cache with type arguments of type SubQueryModifierConstructorDescriptionSourceSelectionMemoryCache
(Supplier<com.google.common.cache.Cache<SubQuery, org.eclipse.rdf4j.federated.cache.SourceSelectionMemoryCache.Entry>> cacheSupplier)