Package org.neo4j.gds.executor
Interface ExecutorSpec<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
- All Known Implementing Classes:
ProcedureExecutorSpec
public interface ExecutorSpec<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcConfigParser<CONFIG>configParser(NewConfigFunction<CONFIG> newConfigFunction, ExecutionContext executionContext)GraphCreationFactory<ALGO,ALGO_RESULT,CONFIG>graphCreationFactory(ExecutionContext executionContext)Validator<CONFIG>validator(ValidationConfiguration<CONFIG> validationConfiguration)
-
-
-
Method Detail
-
configParser
ProcConfigParser<CONFIG> configParser(NewConfigFunction<CONFIG> newConfigFunction, ExecutionContext executionContext)
-
validator
Validator<CONFIG> validator(ValidationConfiguration<CONFIG> validationConfiguration)
-
graphCreationFactory
GraphCreationFactory<ALGO,ALGO_RESULT,CONFIG> graphCreationFactory(ExecutionContext executionContext)
-
-