Class HarmonicCentralityStreamProc

  • All Implemented Interfaces:
    org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.closeness.HarmonicCentralityConfig,​java.util.stream.Stream<HarmonicCentralityStreamProc.StreamResult>,​org.neo4j.gds.AlgorithmFactory<?,​org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.closeness.HarmonicCentralityConfig>>

    public class HarmonicCentralityStreamProc
    extends HarmonicCentralityProc<HarmonicCentralityStreamProc.StreamResult>
    • Field Summary

      • Fields inherited from class org.neo4j.gds.NodePropertiesWriter

        nodePropertyExporterBuilder
      • Fields inherited from class org.neo4j.gds.AlgoBaseProc

        STATS_DESCRIPTION
      • Fields inherited from class org.neo4j.gds.BaseProc

        api, callContext, ESTIMATE_DESCRIPTION, internalModelCatalog, log, procedureTransaction, taskRegistryFactory, transaction, userLogRegistryFactory, username
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.closeness.HarmonicCentralityConfig,​java.util.stream.Stream<HarmonicCentralityStreamProc.StreamResult>> computationResultConsumer()  
      java.util.stream.Stream<HarmonicCentralityStreamProc.StreamResult> stream​(java.lang.String graphName, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      • Methods inherited from class org.neo4j.gds.AlgoBaseProc

        compute, compute, computeEstimate, configParser, name, newConfigFunction, nodeProperties, validationConfig
      • Methods inherited from class org.neo4j.gds.BaseProc

        databaseId, executionContext, graphLoaderContext, graphStoreFromCatalog, isGdsAdmin, memoryUsageValidator, modelCatalog, runWithExceptionLogging, runWithExceptionLogging, setModelCatalog, username, validateConfig, validateConfig, validateGraphName
      • 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, withModelCatalog
    • Constructor Detail

      • HarmonicCentralityStreamProc

        public HarmonicCentralityStreamProc()
    • Method Detail

      • computationResultConsumer

        public org.neo4j.gds.executor.ComputationResultConsumer<org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.harmonic.HarmonicCentrality,​org.neo4j.gds.impl.closeness.HarmonicCentralityConfig,​java.util.stream.Stream<HarmonicCentralityStreamProc.StreamResult>> computationResultConsumer()