Uses of Interface
org.eclipse.rdf4j.collection.factory.api.CollectionFactory
-
Packages that use CollectionFactory Package Description org.eclipse.rdf4j.collection.factory.impl org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation.org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of CollectionFactory in org.eclipse.rdf4j.collection.factory.impl
Classes in org.eclipse.rdf4j.collection.factory.impl that implement CollectionFactory Modifier and Type Class Description class
DefaultCollectionFactory
A DefaultCollectionFactory that provides lists/sets/maps using standard common java in memory types -
Uses of CollectionFactory in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type CollectionFactory Modifier and Type Method Description default java.util.function.Supplier<CollectionFactory>
EvaluationStrategy. getCollectionFactory()
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type CollectionFactory Modifier and Type Method Description default void
EvaluationStrategy. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)
Set the collection factory that will create the collections to use during query evaluaton.default void
EvaluationStrategyFactory. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)
Set the collection factory to use. -
Uses of CollectionFactory in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type CollectionFactory Modifier and Type Field Description private java.util.function.Supplier<CollectionFactory>
DefaultEvaluationStrategy. collectionFactory
private java.util.function.Supplier<CollectionFactory>
DefaultEvaluationStrategyFactory. collectionFactorySupplier
private java.util.function.Supplier<CollectionFactory>
ExtendedEvaluationStrategyFactory. collectionFactorySupplier
Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.function.Supplier<CollectionFactory>
StrictEvaluationStrategyFactory. collectionFactorySupplier
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type CollectionFactory Modifier and Type Method Description java.util.function.Supplier<CollectionFactory>
DefaultEvaluationStrategy. getCollectionFactory()
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type CollectionFactory Modifier and Type Method Description void
DefaultEvaluationStrategy. setCollectionFactory(java.util.function.Supplier<CollectionFactory> cf)
void
DefaultEvaluationStrategyFactory. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)
void
ExtendedEvaluationStrategyFactory. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)
Deprecated, for removal: This API element is subject to removal in a future version.void
StrictEvaluationStrategyFactory. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CollectionFactory in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as CollectionFactory Modifier and Type Field Description private CollectionFactory
GroupIterator. cf
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type CollectionFactory Constructor Description GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf)
-
Uses of CollectionFactory in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type CollectionFactory Modifier and Type Method Description default java.util.function.Supplier<CollectionFactory>
Sail. getCollectionFactory()
Gets a CollectionFactory that may be optimized for this store and may or may not use disk or other resources. -
Uses of CollectionFactory in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type CollectionFactory Modifier and Type Method Description java.util.function.Supplier<CollectionFactory>
SailWrapper. getCollectionFactory()
-