org.openrdf.repository.augur.model
Class CachableAugurNode
java.lang.Object
org.openrdf.repository.augur.model.AugurNode
org.openrdf.repository.augur.model.AugurStatementNode
org.openrdf.repository.augur.model.CachableAugurNode
- Direct Known Subclasses:
- AugurObjectNode, AugurSubjectNode
public abstract class CachableAugurNode
- extends AugurStatementNode
Extends the AugurStatementNode to allow caching of results.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachableAugurNode
public CachableAugurNode()
getStatements
public CloseableIteration<? extends Statement,QueryEvaluationException> getStatements(Resource subj,
Value obj)
isCacheEnabled
public boolean isCacheEnabled(int version)
enableCache
public void enableCache()
initCache
public void initCache(int version)
cacheStatement
public void cacheStatement(Statement stmt)
getCarriedOverResource
public abstract Resource getCarriedOverResource(Resource subj,
Value obj)
Copyright © 2004-2008 Aduna. All Rights Reserved.