Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemTriple
Packages that use MemTriple
Package
Description
An implementation of the RDF SAIL API that uses main memory for storage.
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 MemTripleModifier and TypeFieldDescriptionstatic final EmptyIteration
<MemTriple, SailException> MemorySailStore.EMPTY_TRIPLE_ITERATION
Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type MemTripleModifier and TypeMethodDescriptionprivate 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.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 MemTripleModifier and TypeFieldDescriptionprivate final 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 MemTripleModifier and TypeMethodDescriptionprivate 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.MemValueFactory.getOrCreateMemTriple
(Triple triple) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.