Class AGRepositoryFactory
java.lang.Object
com.franz.agraph.repository.config.AGRepositoryFactory
- All Implemented Interfaces:
org.eclipse.rdf4j.repository.config.RepositoryFactory
public class AGRepositoryFactory
extends Object
implements org.eclipse.rdf4j.repository.config.RepositoryFactory
A
RepositoryFactory
that creates AGRepository
s based on
RDF configuration data.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The type of repositories that are created by this factory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.repository.Repository
getRepository
(org.eclipse.rdf4j.repository.config.RepositoryImplConfig config) Returns the repository's type:allegrograph:AGRepository
.
-
Field Details
-
REPOSITORY_TYPE
The type of repositories that are created by this factory.- See Also:
-
-
Constructor Details
-
AGRepositoryFactory
public AGRepositoryFactory()
-
-
Method Details
-
getRepositoryType
Returns the repository's type:allegrograph:AGRepository
.- Specified by:
getRepositoryType
in interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
-
getConfig
- Specified by:
getConfig
in interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
-
getRepository
public org.eclipse.rdf4j.repository.Repository getRepository(org.eclipse.rdf4j.repository.config.RepositoryImplConfig config) throws org.eclipse.rdf4j.repository.config.RepositoryConfigException - Specified by:
getRepository
in interfaceorg.eclipse.rdf4j.repository.config.RepositoryFactory
- Throws:
org.eclipse.rdf4j.repository.config.RepositoryConfigException
-