Class PipelineExecutor<PIPELINE_CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,​PIPELINE extends Pipeline<?>,​RESULT>


  • public abstract class PipelineExecutor<PIPELINE_CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,​PIPELINE extends Pipeline<?>,​RESULT>
    extends org.neo4j.gds.Algorithm<RESULT>
    • Field Detail

      • config

        protected final PIPELINE_CONFIG extends org.neo4j.gds.config.AlgoBaseConfig config
      • executionContext

        protected final org.neo4j.gds.executor.ExecutionContext executionContext
      • graphStore

        protected final org.neo4j.gds.api.GraphStore graphStore
      • graphName

        protected final java.lang.String graphName
    • Constructor Detail

      • PipelineExecutor

        protected PipelineExecutor​(PIPELINE pipeline,
                                   PIPELINE_CONFIG config,
                                   org.neo4j.gds.executor.ExecutionContext executionContext,
                                   org.neo4j.gds.api.GraphStore graphStore,
                                   java.lang.String graphName,
                                   org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)