public class CacheUtils extends Object
Constructor and Description |
---|
CacheUtils() |
Modifier and Type | Method and Description |
---|---|
static List<StatementSource> |
checkCacheForStatementSourcesUpdateCache(SourceSelectionCache cache,
List<Endpoint> endpoints,
Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo)
Checks the cache for relevant statement sources to the provided statement.
|
static boolean |
checkCacheUpdateCache(SourceSelectionCache cache,
List<Endpoint> endpoints,
Resource subj,
IRI pred,
Value obj,
QueryInfo queryInfo)
Checks the cache if some endpoint can provide results to the subquery.
|
public static boolean checkCacheUpdateCache(SourceSelectionCache cache, List<Endpoint> endpoints, Resource subj, IRI pred, Value obj, QueryInfo queryInfo)
cache
- endpoints
- subj
- pred
- obj
- public static List<StatementSource> checkCacheForStatementSourcesUpdateCache(SourceSelectionCache cache, List<Endpoint> endpoints, Resource subj, IRI pred, Value obj, QueryInfo queryInfo)
cache
- endpoints
- subj
- pred
- obj
- Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.