Interface BFSMutateStub
- All Superinterfaces:
org.neo4j.gds.procedures.algorithms.stubs.MutateStub<org.neo4j.gds.paths.traverse.BfsMutateConfig,PathFindingMutateResult>
public interface BFSMutateStub
extends org.neo4j.gds.procedures.algorithms.stubs.MutateStub<org.neo4j.gds.paths.traverse.BfsMutateConfig,PathFindingMutateResult>
-
Method Summary
Modifier and TypeMethodDescriptionStream<org.neo4j.gds.applications.algorithms.machinery.MemoryEstimateResult> org.neo4j.gds.mem.MemoryEstimationgetMemoryEstimation(String username, Map<String, Object> configuration) org.neo4j.gds.paths.traverse.BfsMutateConfigparseConfiguration(Map<String, Object> configuration)
-
Method Details
-
parseConfiguration
- Specified by:
parseConfigurationin interfaceorg.neo4j.gds.procedures.algorithms.stubs.MutateStub<org.neo4j.gds.paths.traverse.BfsMutateConfig,PathFindingMutateResult>
-
getMemoryEstimation
org.neo4j.gds.mem.MemoryEstimation getMemoryEstimation(String username, Map<String, Object> configuration) - Specified by:
getMemoryEstimationin interfaceorg.neo4j.gds.procedures.algorithms.stubs.MutateStub<org.neo4j.gds.paths.traverse.BfsMutateConfig,PathFindingMutateResult>
-
estimate
Stream<org.neo4j.gds.applications.algorithms.machinery.MemoryEstimateResult> estimate(Object graphName, Map<String, Object> configuration) - Specified by:
estimatein interfaceorg.neo4j.gds.procedures.algorithms.stubs.MutateStub<org.neo4j.gds.paths.traverse.BfsMutateConfig,PathFindingMutateResult>
-
execute
- Specified by:
executein interfaceorg.neo4j.gds.procedures.algorithms.stubs.MutateStub<org.neo4j.gds.paths.traverse.BfsMutateConfig,PathFindingMutateResult>
-