Class ShortestPathAStarWriteProc
- java.lang.Object
-
- org.neo4j.graphalgo.BaseProc
-
- org.neo4j.graphalgo.AlgoBaseProc<ALGO,org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,CONFIG>
-
- org.neo4j.graphalgo.beta.paths.ShortestPathWriteProc<org.neo4j.graphalgo.beta.paths.astar.AStar,org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig>
-
- org.neo4j.graphalgo.beta.paths.sourcetarget.ShortestPathAStarWriteProc
-
public class ShortestPathAStarWriteProc extends ShortestPathWriteProc<org.neo4j.graphalgo.beta.paths.astar.AStar,org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig>
-
-
Constructor Summary
Constructors Constructor Description ShortestPathAStarWriteProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.beta.paths.astar.AStar,org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig>algorithmFactory()protected org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfignewConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)java.util.stream.Stream<WriteResult>write(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)java.util.stream.Stream<org.neo4j.graphalgo.results.MemoryEstimateResult>writeEstimate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)-
Methods inherited from class org.neo4j.graphalgo.beta.paths.ShortestPathWriteProc
write
-
Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc
algoName, compute, compute, computeEstimate, createGraph, getOrCreateGraphStore, newConfig, nodeProperties, processInput, sharedConfigKeys, validateConfigs, validateConfigsAndGraphStore, validateGraphStore
-
-
-
-
Method Detail
-
write
public java.util.stream.Stream<WriteResult> write(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
writeEstimate
public java.util.stream.Stream<org.neo4j.graphalgo.results.MemoryEstimateResult> writeEstimate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
newConfig
protected org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig newConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)- Specified by:
newConfigin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.beta.paths.astar.AStar,org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig>
-
algorithmFactory
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.beta.paths.astar.AStar,org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig> algorithmFactory()
- Specified by:
algorithmFactoryin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.beta.paths.astar.AStar,org.neo4j.graphalgo.beta.paths.dijkstra.DijkstraResult,org.neo4j.graphalgo.beta.paths.astar.config.ShortestPathAStarWriteConfig>
-
-