Package org.neo4j.gds.executor
Class ProcedureExecutor<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,RESULT>
- java.lang.Object
-
- org.neo4j.gds.executor.ProcedureExecutor<ALGO,ALGO_RESULT,CONFIG,RESULT>
-
public class ProcedureExecutor<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,RESULT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProcedureExecutor(AlgorithmSpec<ALGO,ALGO_RESULT,CONFIG,RESULT,?> algoSpec, ExecutionContext executionContext)ProcedureExecutor(AlgorithmSpec<ALGO,ALGO_RESULT,CONFIG,RESULT,?> algoSpec, ExecutorSpec<ALGO,ALGO_RESULT,CONFIG> executorSpec, ExecutionContext executionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RESULTcompute(java.lang.String graphName, java.util.Map<java.lang.String,java.lang.Object> configuration, boolean releaseAlgorithm, boolean releaseTopology)
-
-
-
Constructor Detail
-
ProcedureExecutor
public ProcedureExecutor(AlgorithmSpec<ALGO,ALGO_RESULT,CONFIG,RESULT,?> algoSpec, ExecutorSpec<ALGO,ALGO_RESULT,CONFIG> executorSpec, ExecutionContext executionContext)
-
ProcedureExecutor
public ProcedureExecutor(AlgorithmSpec<ALGO,ALGO_RESULT,CONFIG,RESULT,?> algoSpec, ExecutionContext executionContext)
-
-
Method Detail
-
compute
public RESULT compute(java.lang.String graphName, java.util.Map<java.lang.String,java.lang.Object> configuration, boolean releaseAlgorithm, boolean releaseTopology)
-
-