Interface AfterLoadValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AfterLoadValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidateConfigsAfterLoad(org.neo4j.gds.api.GraphStore graphStore, org.neo4j.gds.config.GraphProjectConfig graphProjectConfig, CONFIG config)
-
-
-
Method Detail
-
validateConfigsAfterLoad
void validateConfigsAfterLoad(org.neo4j.gds.api.GraphStore graphStore, org.neo4j.gds.config.GraphProjectConfig graphProjectConfig, CONFIG config)
-
-