Class GraphCreateCypherDbProc


  • public class GraphCreateCypherDbProc
    extends org.neo4j.gds.catalog.CatalogProc
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GraphCreateCypherDbProc.CreateCypherDbResult  
      • Nested classes/interfaces inherited from class org.neo4j.gds.BaseProc

        org.neo4j.gds.BaseProc.FreeMemoryInspector
    • Field Summary

      • Fields inherited from class org.neo4j.gds.BaseProc

        allocationTracker, api, callContext, ESTIMATE_DESCRIPTION, licenseState, log, procedureTransaction, taskRegistryFactory, transaction, username
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<GraphCreateCypherDbProc.CreateCypherDbResult> createDb​(java.lang.String dbName, java.lang.String graphName)  
      • Methods inherited from class org.neo4j.gds.catalog.CatalogProc

        validateGraphName
      • Methods inherited from class org.neo4j.gds.BaseProc

        allocationTracker, catalogRequest, checkLicense, databaseId, estimateGraphCreate, graphStoreFromCatalog, isGdsAdmin, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, username, validateConfig, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphCreateCypherDbProc

        public GraphCreateCypherDbProc()