Package org.neo4j.gds.pregel.proc
Class PregelWriteProc<ALGO extends org.neo4j.gds.Algorithm<org.neo4j.gds.beta.pregel.PregelResult>,CONFIG extends org.neo4j.gds.beta.pregel.PregelProcedureConfig>
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
- org.neo4j.gds.NodePropertiesWriter<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
- org.neo4j.gds.WriteProc<ALGO,org.neo4j.gds.beta.pregel.PregelResult,PregelWriteResult,CONFIG>
-
- org.neo4j.gds.pregel.proc.PregelWriteProc<ALGO,CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.executor.AlgorithmSpec<ALGO,org.neo4j.gds.beta.pregel.PregelResult,CONFIG,java.util.stream.Stream<PregelWriteResult>,org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG>>
public abstract class PregelWriteProc<ALGO extends org.neo4j.gds.Algorithm<org.neo4j.gds.beta.pregel.PregelResult>,CONFIG extends org.neo4j.gds.beta.pregel.PregelProcedureConfig> extends org.neo4j.gds.WriteProc<ALGO,org.neo4j.gds.beta.pregel.PregelResult,PregelWriteResult,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description PregelWriteProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<org.neo4j.gds.core.write.NodeProperty>nodePropertyList(org.neo4j.gds.executor.ComputationResult<ALGO,org.neo4j.gds.beta.pregel.PregelResult,CONFIG> computationResult)org.neo4j.gds.executor.AlgorithmSpec<ALGO,org.neo4j.gds.beta.pregel.PregelResult,CONFIG,java.util.stream.Stream<PregelWriteResult>,org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG>>withModelCatalog(org.neo4j.gds.core.model.ModelCatalog modelCatalog)-
Methods inherited from class org.neo4j.gds.WriteProc
computationResultConsumer, nodeProperties, resultBuilder, write
-
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
-
nodePropertyList
protected java.util.List<org.neo4j.gds.core.write.NodeProperty> nodePropertyList(org.neo4j.gds.executor.ComputationResult<ALGO,org.neo4j.gds.beta.pregel.PregelResult,CONFIG> computationResult)
- Overrides:
nodePropertyListin classorg.neo4j.gds.WriteProc<ALGO extends org.neo4j.gds.Algorithm<org.neo4j.gds.beta.pregel.PregelResult>,org.neo4j.gds.beta.pregel.PregelResult,PregelWriteResult,CONFIG extends org.neo4j.gds.beta.pregel.PregelProcedureConfig>
-
withModelCatalog
public org.neo4j.gds.executor.AlgorithmSpec<ALGO,org.neo4j.gds.beta.pregel.PregelResult,CONFIG,java.util.stream.Stream<PregelWriteResult>,org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG>> withModelCatalog(org.neo4j.gds.core.model.ModelCatalog modelCatalog)
-
-