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 ofIterationrelevant 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 classDefaultCollectionFactoryA 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 voidEvaluationStrategy. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)Set the collection factory that will create the collections to use during query evaluaton.default voidEvaluationStrategyFactory. 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. collectionFactoryprivate java.util.function.Supplier<CollectionFactory>DefaultEvaluationStrategyFactory. collectionFactorySupplierprivate java.util.function.Supplier<CollectionFactory>ExtendedEvaluationStrategyFactory. collectionFactorySupplierDeprecated, for removal: This API element is subject to removal in a future version.protected java.util.function.Supplier<CollectionFactory>StrictEvaluationStrategyFactory. collectionFactorySupplierDeprecated, 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 voidDefaultEvaluationStrategy. setCollectionFactory(java.util.function.Supplier<CollectionFactory> cf)voidDefaultEvaluationStrategyFactory. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)voidExtendedEvaluationStrategyFactory. setCollectionFactory(java.util.function.Supplier<CollectionFactory> collectionFactory)Deprecated, for removal: This API element is subject to removal in a future version.voidStrictEvaluationStrategyFactory. 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 CollectionFactoryGroupIterator. cfConstructors 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()
-