Class ShortestPathWriteProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult>,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig & org.neo4j.graphalgo.config.WriteRelationshipConfig & org.neo4j.graphalgo.beta.paths.WritePathOptionsConfig>

  • Direct Known Subclasses:
    AllShortestPathsDijkstraWriteProc, ShortestPathAStarWriteProc, ShortestPathDijkstraWriteProc, ShortestPathYensWriteProc

    public abstract class ShortestPathWriteProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult>,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig & org.neo4j.graphalgo.config.WriteRelationshipConfig & org.neo4j.graphalgo.beta.paths.WritePathOptionsConfig>
    extends org.neo4j.graphalgo.AlgoBaseProc<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.neo4j.graphalgo.AlgoBaseProc

        org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<A extends org.neo4j.graphalgo.Algorithm<A,​RESULT>,​RESULT extends java.lang.Object,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig>
      • Nested classes/interfaces inherited from class org.neo4j.graphalgo.BaseProc

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

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

        SIGNATURE_PROPERTY, STATS_DESCRIPTION
      • Fields inherited from class org.neo4j.graphalgo.BaseProc

        api, callContext, ESTIMATE_DESCRIPTION, log, procedureTransaction, progressTracker, tracker, transaction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.stream.Stream<WriteResult> write​(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG> computationResult)  
      • Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc

        algoName, algorithmFactory, compute, compute, computeEstimate, createGraph, getOrCreateGraphStore, newConfig, newConfig, nodeProperties, processInput, sharedConfigKeys, validateConfigs, validateConfigsAndGraphStore, validateGraphStore
      • Methods inherited from class org.neo4j.graphalgo.BaseProc

        allocationTracker, databaseId, estimateGraphCreate, 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

      • ShortestPathWriteProc

        public ShortestPathWriteProc()
    • Method Detail

      • write

        protected java.util.stream.Stream<WriteResult> write​(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG> computationResult)