Package org.neo4j.gds.shortestpaths
Interface AllShortestPathsConfig
-
- All Superinterfaces:
org.neo4j.gds.config.AlgoBaseConfig,org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.ConcurrencyConfig,org.neo4j.gds.config.RelationshipWeightConfig
@Configuration public interface AllShortestPathsConfig extends org.neo4j.gds.config.AlgoBaseConfig, org.neo4j.gds.config.RelationshipWeightConfig
-
-
Method Summary
Static Methods Modifier and Type Method Description static AllShortestPathsConfigof(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.gds.core.CypherMapWrapper userInput)-
Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphName, implicitCreateConfig, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, sudo, toMap, username, usernameOverride
-
-
-
-
Method Detail
-
of
static AllShortestPathsConfig of(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.gds.core.CypherMapWrapper userInput)
-
-