Uses of Class
com.franz.agraph.repository.AGCatalog
-
Uses of AGCatalog in com.franz.agraph.repository
Modifier and TypeMethodDescriptionAGServer.createCatalog
(String catalogID) Returns an AGCatalog instance for the given catalogID.AGAbstractRepository.getCatalog()
AGRepository.getCatalog()
Gets the catalog to which this repository belongs.AGServer.getCatalog()
Returns the unnamed root catalog for this AllegroGraph server.AGServer.getCatalog
(String catalogID) Gets the catalog instance for a given catalog id.AGVirtualRepository.getCatalog()
Virtual repositories don't reside on disk (their component stores do); they don't have a catalog.AGServer.getRootCatalog()
Returns the unnamed root catalog for this AllegroGraph server.Modifier and TypeMethodDescriptionAGServer.createRepository
(String reponame, AGCatalog catalog, boolean strict) Creates or opens a repository in the specified catalog.AGServer.createRepositoryConnection
(String reponame, AGCatalog cat, boolean strict) Creates or opens a repository in the specified catalog.ModifierConstructorDescriptionAGRepository
(AGCatalog catalog, String repositoryID) Creates an AGRepository instance for a repository having the given repository id in the given catalog.