Uses of Class
com.franz.agraph.repository.AGServer
Packages that use AGServer
-
Uses of AGServer in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return AGServerModifier and TypeMethodDescriptionAGAbstractRepository.getServer()AGCatalog.getServer()The AGServer instance for this catalog.AGRepository.getServer()Gets the server information object to which this repository belongs.AGRepositoryConnection.getServer()AGVirtualRepository.getServer()Constructors in com.franz.agraph.repository with parameters of type AGServerModifierConstructorDescriptionCreates an AGCatalog instance for a special catalog in the given server, such as the root catalog.Creates an AGCatalog instance for a named catalog having catalogName in the given server.AGVirtualRepository(AGServer server, String spec, AGRepository wrapped) Applications normally create a virtual repository via an AGServer instance.