Uses of Interface
org.eclipse.rdf4j.collection.factory.api.CollectionFactory
Package
Description
Implementations of
relevant to query evaluation.
invalid @link
Iteration
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
The LMDB based Store.
The Native Store.
-
Uses of CollectionFactory in org.eclipse.rdf4j.collection.factory.impl
Modifier and TypeClassDescriptionclass
A DefaultCollectionFactory that provides lists/sets/maps using standard common java in memory types -
Uses of CollectionFactory in org.eclipse.rdf4j.collection.factory.mapdb
ModifierConstructorDescriptionMapDbCollectionFactory
(long iterationCacheSyncThreshold, CollectionFactory delegate) -
Uses of CollectionFactory in org.eclipse.rdf4j.federated
-
Uses of CollectionFactory in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptiondefault Supplier<CollectionFactory>
EvaluationStrategy.getCollectionFactory()
Modifier 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
Modifier and TypeFieldDescriptionprotected Supplier<CollectionFactory>
StrictEvaluationStrategyFactory.collectionFactorySupplier
Deprecated, for removal: This API element is subject to removal in a future version.Modifier 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
ModifierConstructorDescriptionGroupIterator
(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf) -
Uses of CollectionFactory in org.eclipse.rdf4j.sail
Modifier 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.extensiblestore
-
Uses of CollectionFactory in org.eclipse.rdf4j.sail.helpers
-
Uses of CollectionFactory in org.eclipse.rdf4j.sail.lmdb
-
Uses of CollectionFactory in org.eclipse.rdf4j.sail.nativerdf