Uses of Class
com.franz.agraph.repository.AGCatalog
Packages that use AGCatalog
-
Uses of AGCatalog in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return AGCatalogModifier 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.Methods in com.franz.agraph.repository with parameters of type AGCatalogModifier 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.Constructors in com.franz.agraph.repository with parameters of type AGCatalogModifierConstructorDescriptionAGRepository(AGCatalog catalog, String repositoryID) Creates an AGRepository instance for a repository having the given repository id in the given catalog.