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>
- java.lang.Object
-
- org.neo4j.gds.WriteNodePropertiesComputationResultConsumer<ALGO,ALGO_RESULT,CONFIG,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)
-
-
-
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:
consumein interfaceorg.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>
-
-