Interface ConfigurableSeedConfig


  • public interface ConfigurableSeedConfig
    • Method Detail

      • seedProperty

        @Default
        @ConvertWith(method="validateProperty")
        @Nullable
        default @Nullable java.lang.String seedProperty()
      • propertyNameOverride

        @Ignore
        default java.lang.String propertyNameOverride()
      • validateProperty

        @Nullable
        static @Nullable java.lang.String validateProperty​(java.lang.String input)
      • validateConfigurableSeedConfig

        @GraphStoreValidationCheck
        default void validateConfigurableSeedConfig​(GraphStore graphStore,
                                                    java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels,
                                                    java.util.Collection<org.neo4j.gds.RelationshipType> selectedRelationshipTypes)