Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemStatementIteratorCache
-
Packages that use MemStatementIteratorCache Package Description org.eclipse.rdf4j.sail.memory.model -
-
Uses of MemStatementIteratorCache in org.eclipse.rdf4j.sail.memory.model
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type MemStatementIteratorCache Modifier and Type Method Description static boolean
MemStatementIterator. cacheAwareHasStatement(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache)
static LookAheadIteration<MemStatement,SailException>
MemStatementIterator. cacheAwareInstance(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache)
-