Class CollapsePathMutateProc

  • All Implemented Interfaces:
    org.neo4j.gds.executor.AlgorithmSpec<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​org.neo4j.gds.beta.walking.CollapsePathConfig,​java.util.stream.Stream<CollapsePathMutateProc.MutateResult>,​org.neo4j.gds.AlgorithmFactory<?,​org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.beta.walking.CollapsePathConfig>>

    public class CollapsePathMutateProc
    extends org.neo4j.gds.MutateProc<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​CollapsePathMutateProc.MutateResult,​org.neo4j.gds.beta.walking.CollapsePathConfig>
    • Field Summary

      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.GraphStoreAlgorithmFactory<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.beta.walking.CollapsePathConfig> algorithmFactory()  
      org.neo4j.gds.MutateComputationResultConsumer<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​org.neo4j.gds.beta.walking.CollapsePathConfig,​CollapsePathMutateProc.MutateResult> computationResultConsumer()  
      java.util.stream.Stream<CollapsePathMutateProc.MutateResult> mutate​(java.lang.String graphName, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      protected org.neo4j.gds.beta.walking.CollapsePathConfig newConfig​(java.lang.String username, org.neo4j.gds.core.CypherMapWrapper config)  
      protected org.neo4j.gds.result.AbstractResultBuilder<CollapsePathMutateProc.MutateResult> resultBuilder​(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​org.neo4j.gds.beta.walking.CollapsePathConfig> computeResult, org.neo4j.gds.executor.ExecutionContext executionContext)  
      • Methods inherited from class org.neo4j.gds.MutateProc

        mutate
      • 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

      • CollapsePathMutateProc

        public CollapsePathMutateProc()
    • Method Detail

      • mutate

        public java.util.stream.Stream<CollapsePathMutateProc.MutateResult> mutate​(java.lang.String graphName,
                                                                                   java.util.Map<java.lang.String,​java.lang.Object> configuration)
      • newConfig

        protected org.neo4j.gds.beta.walking.CollapsePathConfig newConfig​(java.lang.String username,
                                                                          org.neo4j.gds.core.CypherMapWrapper config)
        Specified by:
        newConfig in class org.neo4j.gds.AlgoBaseProc<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​org.neo4j.gds.beta.walking.CollapsePathConfig,​CollapsePathMutateProc.MutateResult>
      • computationResultConsumer

        public org.neo4j.gds.MutateComputationResultConsumer<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​org.neo4j.gds.beta.walking.CollapsePathConfig,​CollapsePathMutateProc.MutateResult> computationResultConsumer()
      • algorithmFactory

        public org.neo4j.gds.GraphStoreAlgorithmFactory<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.beta.walking.CollapsePathConfig> algorithmFactory()
      • resultBuilder

        protected org.neo4j.gds.result.AbstractResultBuilder<CollapsePathMutateProc.MutateResult> resultBuilder​(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​org.neo4j.gds.beta.walking.CollapsePathConfig> computeResult,
                                                                                                                org.neo4j.gds.executor.ExecutionContext executionContext)
        Specified by:
        resultBuilder in class org.neo4j.gds.MutateProc<org.neo4j.gds.beta.walking.CollapsePath,​org.neo4j.gds.api.Relationships,​CollapsePathMutateProc.MutateResult,​org.neo4j.gds.beta.walking.CollapsePathConfig>