public class ShortestPathsProc extends org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>
| Constructor and Description |
|---|
ShortestPathsProc() |
| Modifier and Type | Method and Description |
|---|---|
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig> |
algorithmFactory(ShortestPathsConfig config) |
java.util.stream.Stream<org.neo4j.graphalgo.results.ShortestPathResult> |
dijkstra(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
java.util.stream.Stream<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths.Result> |
dijkstraStream(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration) |
protected ShortestPathsConfig |
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) |
algoName, compute, compute, computeEstimate, createGraph, memoryEstimation, newAlgorithm, newConfig, nodePropertyTranslator, processInput, validateConfigspublic java.util.stream.Stream<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths.Result> dijkstraStream(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration)
public java.util.stream.Stream<org.neo4j.graphalgo.results.ShortestPathResult> dijkstra(java.lang.Object graphNameOrConfig,
java.util.Map<java.lang.String,java.lang.Object> configuration)
protected ShortestPathsConfig 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)
newConfig in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig> algorithmFactory(ShortestPathsConfig config)
algorithmFactory in class org.neo4j.graphalgo.AlgoBaseProc<org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,org.neo4j.graphalgo.impl.shortestpaths.ShortestPaths,ShortestPathsConfig>