Uses of Interface
org.eclipse.rdf4j.collection.factory.api.CollectionFactory
Packages that use CollectionFactory
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
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 CollectionFactoryModifier and TypeClassDescriptionclass
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 CollectionFactoryModifier and TypeMethodDescriptiondefault Supplier
<CollectionFactory> EvaluationStrategy.getCollectionFactory()
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type CollectionFactoryModifier and TypeMethodDescriptiondefault void
EvaluationStrategy.setCollectionFactory
(Supplier<CollectionFactory> collectionFactory) Set the collection factory that will create the collections to use during query evaluaton.default void
EvaluationStrategyFactory.setCollectionFactory
(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 CollectionFactoryModifier and TypeFieldDescriptionprivate Supplier
<CollectionFactory> DefaultEvaluationStrategy.collectionFactory
private Supplier
<CollectionFactory> DefaultEvaluationStrategyFactory.collectionFactorySupplier
private Supplier
<CollectionFactory> ExtendedEvaluationStrategyFactory.collectionFactorySupplier
Deprecated, for removal: This API element is subject to removal in a future version.protected 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 CollectionFactoryMethod parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type CollectionFactoryModifier and TypeMethodDescriptionvoid
DefaultEvaluationStrategy.setCollectionFactory
(Supplier<CollectionFactory> cf) void
DefaultEvaluationStrategyFactory.setCollectionFactory
(Supplier<CollectionFactory> collectionFactory) void
ExtendedEvaluationStrategyFactory.setCollectionFactory
(Supplier<CollectionFactory> collectionFactory) Deprecated, for removal: This API element is subject to removal in a future version.void
StrictEvaluationStrategyFactory.setCollectionFactory
(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 CollectionFactoryConstructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type CollectionFactoryModifierConstructorDescriptionGroupIterator
(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 CollectionFactoryModifier and TypeMethodDescriptiondefault 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