Package org.neo4j.gds
Class WriteRelationshipsProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.WritePropertyConfig & org.neo4j.gds.config.WriteRelationshipConfig & org.neo4j.gds.config.AlgoBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
- org.neo4j.gds.WriteRelationshipsProc<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 WriteRelationshipsProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.WritePropertyConfig & org.neo4j.gds.config.WriteRelationshipConfig & org.neo4j.gds.config.AlgoBaseConfig> extends AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
-
Field Summary
Fields Modifier and Type Field Description org.neo4j.gds.core.write.RelationshipExporterBuilder<? extends org.neo4j.gds.core.write.RelationshipExporter>relationshipExporterBuilder-
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 WriteRelationshipsProc()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract java.util.stream.Stream<PROC_RESULT>write(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)-
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
-
write
protected abstract java.util.stream.Stream<PROC_RESULT> write(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)
-
-