Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemTriple
-
Packages that use MemTriple 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 MemTriple in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory with type parameters of type MemTriple Modifier and Type Field Description static EmptyIteration<MemTriple,SailException>
MemorySailStore. EMPTY_TRIPLE_ITERATION
Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type MemTriple Modifier and Type Method Description private CloseableIteration<MemTriple,SailException>
MemorySailStore. createTripleIterator(Resource subj, IRI pred, Value obj, int snapshot)
Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.CloseableIteration<MemTriple,SailException>
MemorySailStore.MemorySailDataset. getTriples(Resource subj, IRI pred, Value obj)
-
Uses of MemTriple in org.eclipse.rdf4j.sail.memory.model
Fields in org.eclipse.rdf4j.sail.memory.model with type parameters of type MemTriple Modifier and Type Field Description private WeakObjectRegistry<Triple,MemTriple>
MemValueFactory. tripleRegistry
Registry containing the set of MemTriple objects as used by a MemoryStore.Methods in org.eclipse.rdf4j.sail.memory.model that return MemTriple Modifier and Type Method Description private MemTriple
MemValueFactory. getMemTriple(Triple triple)
protected MemTriple
MemTripleIterator. getNextElement()
Searches through statementList, starting from index _nextStatementIdx + 1, for triples that match the constraints that have been set for this iterator.MemTriple
MemValueFactory. getOrCreateMemTriple(Triple triple)
SeeMemValueFactory.getOrCreateMemValue(Value)
for description.
-