Uses of Class
org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Package
Description
Common classes and interfaces for transaction settings
Repository configuration interfaces.
Rio: The RDF4J parser/writer API.
-
Uses of ServiceRegistry in org.eclipse.rdf4j.common.lang.service
Modifier and TypeClassDescriptionclass
FileFormatServiceRegistry<FF extends FileFormat,
S> A specialServiceRegistry
forFileFormat
related services. -
Uses of ServiceRegistry in org.eclipse.rdf4j.common.transaction
Modifier and TypeClassDescriptionclass
AServiceRegistry
for creating/retrievingTransactionSetting
s in a transparent way. -
Uses of ServiceRegistry in org.eclipse.rdf4j.query.algebra.evaluation.function
Modifier and TypeClassDescriptionclass
A ServiceRegistry for implementations of theFunction
interface.class
-
Uses of ServiceRegistry in org.eclipse.rdf4j.query.parser
Modifier and TypeClassDescriptionclass
A registry that keeps track of the availableQueryParserFactory
s. -
Uses of ServiceRegistry in org.eclipse.rdf4j.query.parser.sparql.aggregate
Modifier and TypeClassDescriptionclass
ServiceRegistry
implementation that stores available custom aggregate functions that can be used during query evaluation. -
Uses of ServiceRegistry in org.eclipse.rdf4j.query.resultio
Modifier and TypeClassDescriptionclass
A registry that keeps track of the availableBooleanQueryResultParserFactory
s.class
A registry that keeps track of the availableBooleanQueryResultWriterFactory
s.class
A registry that keeps track of the availableTupleQueryResultParserFactory
s.class
A registry that keeps track of the availableTupleQueryResultWriterFactory
s. -
Uses of ServiceRegistry in org.eclipse.rdf4j.repository.config
Modifier and TypeClassDescriptionclass
A registry that keeps track of the availableRepositoryFactory
s. -
Uses of ServiceRegistry in org.eclipse.rdf4j.rio
Modifier and TypeClassDescriptionclass
Registry ofDatatypeHandler
s.class
Registry ofLanguageHandler
s.class
A registry that keeps track of the availableRDFParserFactory
s.class
A registry that keeps track of the availableRDFWriterFactory
s. -
Uses of ServiceRegistry in org.eclipse.rdf4j.sail.config
Modifier and TypeClassDescriptionclass
A registry that keeps track of the availableSailFactory
s.