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 Detail

      • validateConfigsAfterLoad

        void validateConfigsAfterLoad​(org.neo4j.gds.api.GraphStore graphStore,
                                      org.neo4j.gds.config.GraphProjectConfig graphProjectConfig,
                                      CONFIG config)