Package org.neo4j.gds
Class MutateProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.MutateConfig>
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
- org.neo4j.gds.MutateProc<ALGO,ALGO_RESULT,PROC_RESULT,CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.executor.AlgorithmSpec<ALGO,ALGO_RESULT,CONFIG,java.util.stream.Stream<PROC_RESULT>,org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG>>
- Direct Known Subclasses:
MutatePropertyProc
public abstract class MutateProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.MutateConfig> extends AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description MutateProc()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.util.stream.Stream<PROC_RESULT>mutate(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult)protected abstract org.neo4j.gds.result.AbstractResultBuilder<PROC_RESULT>resultBuilder(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult, org.neo4j.gds.executor.ExecutionContext executionContext)-
Methods inherited from class org.neo4j.gds.AlgoBaseProc
compute, compute, computeEstimate, configParser, name, newConfig, 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
-
-
-
-
Method Detail
-
resultBuilder
protected abstract org.neo4j.gds.result.AbstractResultBuilder<PROC_RESULT> resultBuilder(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult, org.neo4j.gds.executor.ExecutionContext executionContext)
-
mutate
protected java.util.stream.Stream<PROC_RESULT> mutate(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult)
-
-