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.collection.factory.mapdb org.eclipse.rdf4j.federated 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.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.lmdb The LMDB based Store.org.eclipse.rdf4j.sail.nativerdf The Native Store. -
-
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.collection.factory.mapdb
Classes in org.eclipse.rdf4j.collection.factory.mapdb that implement CollectionFactory Modifier and Type Class Description class
MapDbCollectionFactory
Constructors in org.eclipse.rdf4j.collection.factory.mapdb with parameters of type CollectionFactory Constructor Description MapDbCollectionFactory(long iterationCacheSyncThreshold, CollectionFactory delegate)
-
Uses of CollectionFactory in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return types with arguments of type CollectionFactory Modifier and Type Method Description Supplier<CollectionFactory>
FedX. getCollectionFactory()
-
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 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(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 CollectionFactory Modifier and Type Field Description 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 CollectionFactory Modifier and Type Method Description 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(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
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 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
Methods in org.eclipse.rdf4j.sail.extensiblestore that return types with arguments of type CollectionFactory Modifier and Type Method Description Supplier<CollectionFactory>
ExtensibleStore. getCollectionFactory()
-
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 Supplier<CollectionFactory>
SailWrapper. getCollectionFactory()
-
Uses of CollectionFactory in org.eclipse.rdf4j.sail.lmdb
Methods in org.eclipse.rdf4j.sail.lmdb that return types with arguments of type CollectionFactory Modifier and Type Method Description Supplier<CollectionFactory>
LmdbStore. getCollectionFactory()
-
Uses of CollectionFactory in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf that return types with arguments of type CollectionFactory Modifier and Type Method Description Supplier<CollectionFactory>
NativeStore. getCollectionFactory()
-