Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemStatementIteratorCache
Package
Description
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of MemStatementIteratorCache in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeMethodDescriptionMemStatementIterator.cacheAwareInstance
(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache) ModifierConstructorDescriptionMemStatementIterator
(MemStatementList statementList, MemResource subject, MemIRI predicate, MemValue object, 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).