Package org.neo4j.gds

Class WriteNodePropertiesComputationResultConsumer<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.WritePropertyConfig & org.neo4j.gds.config.AlgoBaseConfig,​RESULT>

  • All Implemented Interfaces:
    org.neo4j.gds.executor.ComputationResultConsumer<ALGO,​ALGO_RESULT,​CONFIG,​java.util.stream.Stream<RESULT>>

    public class WriteNodePropertiesComputationResultConsumer<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.WritePropertyConfig & org.neo4j.gds.config.AlgoBaseConfig,​RESULT>
    extends java.lang.Object
    implements org.neo4j.gds.executor.ComputationResultConsumer<ALGO,​ALGO_RESULT,​CONFIG,​java.util.stream.Stream<RESULT>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<RESULT> consume​(org.neo4j.gds.executor.ComputationResult<ALGO,​ALGO_RESULT,​CONFIG> computationResult, org.neo4j.gds.executor.ExecutionContext executionContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • consume

        public java.util.stream.Stream<RESULT> consume​(org.neo4j.gds.executor.ComputationResult<ALGO,​ALGO_RESULT,​CONFIG> computationResult,
                                                       org.neo4j.gds.executor.ExecutionContext executionContext)
        Specified by:
        consume in interface org.neo4j.gds.executor.ComputationResultConsumer<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,​ALGO_RESULT,​CONFIG extends org.neo4j.gds.config.WritePropertyConfig & org.neo4j.gds.config.AlgoBaseConfig,​RESULT>