Package | Description |
---|---|
com.bigdata.rdf.sparql.ast.cache | |
com.bigdata.rdf.sparql.ast.eval |
Modifier and Type | Class and Description |
---|---|
class |
DescribeCache
An interface providing a maintained DESCRIBE cache for some
AbstractTripleStore . |
Modifier and Type | Method and Description |
---|---|
IDescribeCache |
CacheConnectionImpl.getDescribeCache(String namespace,
long timestamp) |
IDescribeCache |
ICacheConnection.getDescribeCache(String namespace,
long timestamp)
Return a view of a maintained DESCRIBE cache.
|
Constructor and Description |
---|
DescribeCacheUpdater(IDescribeCache cache,
Set<BigdataValue> describedResources,
info.aduna.iteration.CloseableIteration<BigdataStatement,org.openrdf.query.QueryEvaluationException> src) |
Modifier and Type | Field and Description |
---|---|
IDescribeCache |
AST2BOpContext.describeCache
The
IDescribeCache -or- null iff that cache is not
enabled.. |
Modifier and Type | Method and Description |
---|---|
IDescribeCache |
IEvaluationContext.getDescribeCache()
Return the cache for described resources (experimental feature).
|
IDescribeCache |
AST2BOpContext.getDescribeCache() |
protected IDescribeCache |
TestDescribe.getDescribeCache(ASTContainer astContainer,
AbstractTripleStore store)
Return the
IDescribeCache iff it is enabled. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.