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_ITERATIONMethods 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. tripleRegistryRegistry 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 MemTripleMemValueFactory. getMemTriple(Triple triple)protected MemTripleMemTripleIterator. getNextElement()Searches through statementList, starting from index _nextStatementIdx + 1, for triples that match the constraints that have been set for this iterator.MemTripleMemValueFactory. getOrCreateMemTriple(Triple triple)SeeMemValueFactory.getOrCreateMemValue(Value)for description.
-