Uses of Class
org.eclipse.rdf4j.federated.cache.SourceSelectionCache.StatementSourceAssurance
-
Packages that use SourceSelectionCache.StatementSourceAssurance Package Description org.eclipse.rdf4j.federated.cache -
-
Uses of SourceSelectionCache.StatementSourceAssurance in org.eclipse.rdf4j.federated.cache
Methods in org.eclipse.rdf4j.federated.cache that return SourceSelectionCache.StatementSourceAssurance 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)
static SourceSelectionCache.StatementSourceAssurance
SourceSelectionCache.StatementSourceAssurance. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceSelectionCache.StatementSourceAssurance[]
SourceSelectionCache.StatementSourceAssurance. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-