Class DfsStreamSpec

  • All Implemented Interfaces:
    org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>,​org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig>>

    public class DfsStreamSpec
    extends java.lang.Object
    implements org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>,​org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig>>
    • Constructor Summary

      Constructors 
      Constructor Description
      DfsStreamSpec()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig> algorithmFactory()  
      org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>> computationResultConsumer()  
      java.lang.String name()  
      org.neo4j.gds.executor.NewConfigFunction<org.neo4j.gds.paths.traverse.DfsStreamConfig> newConfigFunction()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.gds.executor.AlgorithmSpec

        createDefaultExecutorSpec, validationConfig, withModelCatalog
    • Constructor Detail

      • DfsStreamSpec

        public DfsStreamSpec()
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in interface org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>,​org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig>>
      • algorithmFactory

        public org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig> algorithmFactory()
        Specified by:
        algorithmFactory in interface org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>,​org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig>>
      • newConfigFunction

        public org.neo4j.gds.executor.NewConfigFunction<org.neo4j.gds.paths.traverse.DfsStreamConfig> newConfigFunction()
        Specified by:
        newConfigFunction in interface org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>,​org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig>>
      • computationResultConsumer

        public org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>> computationResultConsumer()
        Specified by:
        computationResultConsumer in interface org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.paths.traverse.DFS,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.paths.traverse.DfsStreamConfig,​java.util.stream.Stream<DfsStreamResult>,​org.neo4j.gds.paths.traverse.DfsAlgorithmFactory<org.neo4j.gds.paths.traverse.DfsStreamConfig>>