Class GraphStoreExportProc


  • public class GraphStoreExportProc
    extends org.neo4j.graphalgo.BaseProc
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GraphStoreExportProc.GraphStoreExportResult  
      • Nested classes/interfaces inherited from class org.neo4j.graphalgo.BaseProc

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

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

        api, callContext, ESTIMATE_DESCRIPTION, log, transaction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<GraphStoreExportProc.GraphStoreExportResult> create​(java.lang.String graphName, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      • Methods inherited from class org.neo4j.graphalgo.BaseProc

        getUsername, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

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

      • GraphStoreExportProc

        public GraphStoreExportProc()