Class ShortestPathMutateProc<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.MutateRelationshipConfig>

    • 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 org.neo4j.graphalgo.result.AbstractResultBuilder<MutateResult> resultBuilder​(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG> computeResult)  
      protected void updateGraphStore​(org.neo4j.graphalgo.result.AbstractResultBuilder<?> resultBuilder, org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG> computationResult)  
      • Methods inherited from class org.neo4j.graphalgo.MutateProc

        mutate, newConfig
      • Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc

        algoName, algorithmFactory, compute, compute, computeEstimate, createGraph, getOrCreateGraphStore, 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

      • ShortestPathMutateProc

        public ShortestPathMutateProc()
    • Method Detail

      • updateGraphStore

        protected void updateGraphStore​(org.neo4j.graphalgo.result.AbstractResultBuilder<?> resultBuilder,
                                        org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG> computationResult)
        Specified by:
        updateGraphStore in class org.neo4j.graphalgo.MutateProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult>,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​MutateResult,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig & org.neo4j.graphalgo.config.MutateRelationshipConfig>
      • resultBuilder

        protected org.neo4j.graphalgo.result.AbstractResultBuilder<MutateResult> resultBuilder​(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​CONFIG> computeResult)
        Specified by:
        resultBuilder in class org.neo4j.graphalgo.MutateProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult>,​org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,​MutateResult,​CONFIG extends org.neo4j.graphalgo.config.AlgoBaseConfig & org.neo4j.graphalgo.config.MutateRelationshipConfig>