Interface ScalePropertiesBaseConfig

  • All Superinterfaces:
    org.neo4j.gds.config.AlgoBaseConfig, org.neo4j.gds.config.BaseConfig, org.neo4j.gds.config.ConcurrencyConfig, org.neo4j.gds.config.JobIdConfig, org.neo4j.gds.config.ToMapConvertible

    public interface ScalePropertiesBaseConfig
    extends org.neo4j.gds.config.AlgoBaseConfig
    • Field Summary

      • Fields inherited from interface org.neo4j.gds.config.AlgoBaseConfig

        NODE_LABELS_KEY, RELATIONSHIP_TYPES_KEY
      • Fields inherited from interface org.neo4j.gds.config.BaseConfig

        SUDO_KEY
      • Fields inherited from interface org.neo4j.gds.config.ConcurrencyConfig

        CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> nodeProperties()  
      static java.util.List<java.lang.String> parsePropertyNames​(java.lang.Object nodePropertiesOrMappings)  
      ScalarScaler.Variant scaler()  
      • Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig

        graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes, validateNodeLabels, validateRelationshipTypes
      • Methods inherited from interface org.neo4j.gds.config.BaseConfig

        configKeys, sudo, toMap, usernameOverride
      • Methods inherited from interface org.neo4j.gds.config.ConcurrencyConfig

        concurrency, minBatchSize, validateConcurrency
      • Methods inherited from interface org.neo4j.gds.config.JobIdConfig

        jobId
    • Method Detail

      • nodeProperties

        @ConvertWith(method="parsePropertyNames")
        java.util.List<java.lang.String> nodeProperties()
      • scaler

        @ConvertWith(method="org.neo4j.gds.scaling.ScalarScaler.Variant#lookup")
        @ToMapValue("org.neo4j.gds.scaling.ScalarScaler.Variant#toString")
        ScalarScaler.Variant scaler()
      • parsePropertyNames

        static java.util.List<java.lang.String> parsePropertyNames​(java.lang.Object nodePropertiesOrMappings)