Class SccProc<PROC_RESULT>

  • All Implemented Interfaces:
    org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.impl.scc.SccAlgorithm,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.impl.scc.SccConfig,​java.util.stream.Stream<PROC_RESULT>,​org.neo4j.gds.AlgorithmFactory<?,​org.neo4j.gds.impl.scc.SccAlgorithm,​org.neo4j.gds.impl.scc.SccConfig>>
    Direct Known Subclasses:
    SccStreamProc, SccWriteProc

    public abstract class SccProc<PROC_RESULT>
    extends org.neo4j.gds.NodePropertiesWriter<org.neo4j.gds.impl.scc.SccAlgorithm,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.impl.scc.SccConfig,​PROC_RESULT>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String DESCRIPTION  
      • 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

        callContext, databaseService, ESTIMATE_DESCRIPTION, internalModelCatalog, log, procedureTransaction, taskRegistryFactory, transaction, userLogRegistryFactory, username
    • Constructor Summary

      Constructors 
      Constructor Description
      SccProc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.GraphAlgorithmFactory<org.neo4j.gds.impl.scc.SccAlgorithm,​org.neo4j.gds.impl.scc.SccConfig> algorithmFactory()  
      protected org.neo4j.gds.impl.scc.SccConfig newConfig​(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)  
      • 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

        computationResultConsumer, createDefaultExecutorSpec, withModelCatalog
    • Constructor Detail

      • SccProc

        public SccProc()
    • Method Detail

      • newConfig

        protected org.neo4j.gds.impl.scc.SccConfig newConfig​(java.lang.String username,
                                                             org.neo4j.gds.core.CypherMapWrapper config)
        Specified by:
        newConfig in class org.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.scc.SccAlgorithm,​org.neo4j.gds.core.utils.paged.HugeLongArray,​org.neo4j.gds.impl.scc.SccConfig,​PROC_RESULT>
      • algorithmFactory

        public org.neo4j.gds.GraphAlgorithmFactory<org.neo4j.gds.impl.scc.SccAlgorithm,​org.neo4j.gds.impl.scc.SccConfig> algorithmFactory()