Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemStatementIteratorCache
-
Packages that use MemStatementIteratorCache Package Description org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.memory.model MemoryStore-specific implementations of the core RDF model objects. -
-
Uses of MemStatementIteratorCache in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory declared as MemStatementIteratorCache Modifier and Type Field Description private MemStatementIteratorCache
MemorySailStore. iteratorCache
-
Uses of MemStatementIteratorCache in org.eclipse.rdf4j.sail.memory.model
Fields in org.eclipse.rdf4j.sail.memory.model declared as MemStatementIteratorCache Modifier and Type Field Description private MemStatementIteratorCache
MemStatementIterator. iteratorCache
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type MemStatementIteratorCache Modifier and Type Method Description static CloseableIteration<MemStatement,SailException>
MemStatementIterator. cacheAwareInstance(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, java.lang.Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache)
Constructors in org.eclipse.rdf4j.sail.memory.model with parameters of type MemStatementIteratorCache Constructor Description MemStatementIterator(MemStatementList statementList, MemResource subject, MemIRI predicate, MemValue object, java.lang.Boolean explicit, int snapshot, MemStatementIteratorCache iteratorCache, MemResource... contexts)
Creates a new MemStatementIterator that will iterate over the statements contained in the supplied MemStatementList searching for statements that match the specified pattern of subject, predicate, object and context(s).
-