Package org.neo4j.gds.shortestpaths
Class AllShortestPathsProc
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>
-
- org.neo4j.gds.shortestpaths.AllShortestPathsProc
-
- All Implemented Interfaces:
org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,org.neo4j.gds.AlgorithmFactory<?,org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,AllShortestPathsConfig>>
public class AllShortestPathsProc extends org.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTION
-
Constructor Summary
Constructors Constructor Description AllShortestPathsProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.GraphAlgorithmFactory<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,AllShortestPathsConfig>algorithmFactory()org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>>computationResultConsumer()protected AllShortestPathsConfignewConfig(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>stream(java.lang.String graphName, java.util.Map<java.lang.String,java.lang.Object> configuration)-
Methods inherited from class org.neo4j.gds.AlgoBaseProc
compute, compute, computeEstimate, configParser, name, newConfigFunction, nodeProperties, validationConfig, validator
-
-
-
-
Field Detail
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
stream
public java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result> stream(java.lang.String graphName, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
newConfig
protected AllShortestPathsConfig newConfig(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)
- Specified by:
newConfigin classorg.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>
-
algorithmFactory
public org.neo4j.gds.GraphAlgorithmFactory<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,AllShortestPathsConfig> algorithmFactory()
- Specified by:
algorithmFactoryin interfaceorg.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,org.neo4j.gds.AlgorithmFactory<?,org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,AllShortestPathsConfig>>- Specified by:
algorithmFactoryin classorg.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>
-
computationResultConsumer
public org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.impl.msbfs.MSBFSASPAlgorithm,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>,AllShortestPathsConfig,java.util.stream.Stream<org.neo4j.gds.impl.msbfs.AllShortestPathsStream.Result>> computationResultConsumer()
-
-