Uses of Package
org.eclipse.rdf4j.collection.factory.api
-
Packages that use org.eclipse.rdf4j.collection.factory.api Package Description org.eclipse.rdf4j.collection.factory.api org.eclipse.rdf4j.collection.factory.impl -
Classes in org.eclipse.rdf4j.collection.factory.api used by org.eclipse.rdf4j.collection.factory.api Class Description BindingSetKey A marker interface used in the GroupBy logic to make a key out of the values being grouped by. -
Classes in org.eclipse.rdf4j.collection.factory.api used by org.eclipse.rdf4j.collection.factory.impl Class Description BindingSetKey A marker interface used in the GroupBy logic to make a key out of the values being grouped by.CollectionFactory A Factory that may generate optimised and/or disk based collections Factories like this should not be cached but created a new everytime as the closing is important if they are disk based.