Package org.neo4j.gds
Class MutatePropertyProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.MutatePropertyConfig>
- 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>
-
- org.neo4j.gds.MutatePropertyProc<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>>
public abstract class MutatePropertyProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.MutatePropertyConfig> extends MutateProc<ALGO,ALGO_RESULT,PROC_RESULT,CONFIG>
-
-
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 MutatePropertyProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutatePropertyComputationResultConsumer<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>computationResultConsumer()protected org.neo4j.gds.api.NodePropertiesnodeProperties(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)Returns a single node property that has been produced by the procedure.protected java.util.List<org.neo4j.gds.core.write.NodeProperty>nodePropertyList(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)-
Methods inherited from class org.neo4j.gds.MutateProc
mutate, resultBuilder
-
Methods inherited from class org.neo4j.gds.AlgoBaseProc
compute, compute, computeEstimate, configParser, name, newConfig, newConfigFunction, 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
-
nodeProperties
protected org.neo4j.gds.api.NodeProperties nodeProperties(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)
Description copied from class:AlgoBaseProcReturns a single node property that has been produced by the procedure.- Overrides:
nodePropertiesin classAlgoBaseProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.MutatePropertyConfig,PROC_RESULT>
-
nodePropertyList
protected java.util.List<org.neo4j.gds.core.write.NodeProperty> nodePropertyList(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)
-
computationResultConsumer
public MutatePropertyComputationResultConsumer<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT> computationResultConsumer()
-
-