Uses of Class
org.eclipse.rdf4j.common.iteration.EmptyIteration
-
Packages that use EmptyIteration Package Description org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. -
-
Uses of EmptyIteration in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation declared as EmptyIteration Modifier and Type Field Description static EmptyIteration<BindingSet,QueryEvaluationException>QueryEvaluationStep. EMPTY_ITERATIONstatic EmptyIteration<? extends Statement,QueryEvaluationException>TripleSource. EMPTY_ITERATIONstatic EmptyIteration<? extends Triple,QueryEvaluationException>TripleSource. EMPTY_TRIPLE_ITERATION -
Uses of EmptyIteration in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as EmptyIteration Modifier and Type Field Description private static EmptyIteration<Namespace,SailException>SailDatasetImpl. NAMESPACES_EMPTY_ITERATIONprivate static EmptyIteration<Statement,SailException>SailDatasetImpl. STATEMENT_EMPTY_ITERATIONprivate static EmptyIteration<Triple,SailException>SailDatasetImpl. TRIPLE_EMPTY_ITERATION -
Uses of EmptyIteration in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory declared as EmptyIteration Modifier and Type Field Description static EmptyIteration<MemStatement,SailException>MemorySailStore. EMPTY_ITERATIONstatic EmptyIteration<MemTriple,SailException>MemorySailStore. EMPTY_TRIPLE_ITERATION
-