public class ReadCache extends Object implements DataStructureInterface
| Constructor and Description | 
|---|
| ReadCache(DataStructureInterface delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addStatement(Statement statement) | 
| void | clear(Resource[] contexts) | 
| void | clearCache() | 
| void | flushForCommit() | 
| void | flushForReading() | 
| CloseableIteration<? extends Statement,SailException> | getStatements(Resource subject,
             IRI predicate,
             Value object,
             Resource... context) | 
| void | init() | 
| void | removeStatement(Statement statement) | 
| boolean | removeStatementsByQuery(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource[] contexts) | 
| void | submitToCache(Long localCacheTicket,
             PartialStatement partialStatement,
             List<Statement> statements) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStatement, removeStatementpublic ReadCache(DataStructureInterface delegate)
public void addStatement(Statement statement)
addStatement in interface DataStructureInterfacepublic void removeStatement(Statement statement)
removeStatement in interface DataStructureInterfacepublic CloseableIteration<? extends Statement,SailException> getStatements(Resource subject, IRI predicate, Value object, Resource... context)
getStatements in interface DataStructureInterfacepublic void flushForReading()
flushForReading in interface DataStructureInterfacepublic void init()
init in interface DataStructureInterfacepublic void clear(Resource[] contexts)
clear in interface DataStructureInterfacepublic void flushForCommit()
flushForCommit in interface DataStructureInterfacepublic boolean removeStatementsByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts)
removeStatementsByQuery in interface DataStructureInterfacepublic void clearCache()
public void submitToCache(Long localCacheTicket, PartialStatement partialStatement, List<Statement> statements)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.