public class AGRepositoryFactory extends Object implements RepositoryFactory
RepositoryFactory
that creates AGRepository
s based on
RDF configuration data.Modifier and Type | Field and Description |
---|---|
static String |
REPOSITORY_TYPE
The type of repositories that are created by this factory.
|
Constructor and Description |
---|
AGRepositoryFactory() |
Modifier and Type | Method and Description |
---|---|
AGRepositoryConfig |
getConfig() |
Repository |
getRepository(RepositoryImplConfig config) |
String |
getRepositoryType()
Returns the repository's type:
allegrograph:AGRepository . |
public static final String REPOSITORY_TYPE
public String getRepositoryType()
allegrograph:AGRepository
.getRepositoryType
in interface RepositoryFactory
public AGRepositoryConfig getConfig()
getConfig
in interface RepositoryFactory
public Repository getRepository(RepositoryImplConfig config) throws RepositoryConfigException
getRepository
in interface RepositoryFactory
RepositoryConfigException
Copyright © 2024 Franz Inc.. All rights reserved.