Interface PregelProcedureConfig

  • All Superinterfaces:
    org.neo4j.gds.config.AlgoBaseConfig, org.neo4j.gds.config.BaseConfig, org.neo4j.gds.config.ConcurrencyConfig, org.neo4j.gds.config.IterationsConfig, org.neo4j.gds.config.MutateConfig, org.neo4j.gds.config.MutatePropertyConfig, PregelConfig, org.neo4j.gds.config.RelationshipWeightConfig, org.neo4j.gds.config.ToMapConvertible, org.neo4j.gds.config.WriteConfig, org.neo4j.gds.config.WritePropertyConfig

    @Configuration
    public interface PregelProcedureConfig
    extends PregelConfig, org.neo4j.gds.config.WritePropertyConfig, org.neo4j.gds.config.MutatePropertyConfig
    • 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
      • Fields inherited from interface org.neo4j.gds.config.MutatePropertyConfig

        MUTATE_PROPERTY_KEY
      • Fields inherited from interface org.neo4j.gds.config.RelationshipWeightConfig

        RELATIONSHIP_WEIGHT_PROPERTY
      • Fields inherited from interface org.neo4j.gds.config.WriteConfig

        WRITE_CONCURRENCY_KEY
      • Fields inherited from interface org.neo4j.gds.config.WritePropertyConfig

        WRITE_PROPERTY_KEY
    • Method Summary

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String mutateProperty()  
      static PregelProcedureConfig of​(org.neo4j.gds.core.CypherMapWrapper userInput)  
      default java.lang.String writeProperty()  
      • Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig

        graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
      • 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.IterationsConfig

        maxIterations
      • Methods inherited from interface org.neo4j.gds.config.RelationshipWeightConfig

        hasRelationshipWeightProperty, relationshipWeightProperty, relationshipWeightValidation
      • Methods inherited from interface org.neo4j.gds.config.WriteConfig

        validateWriteConcurrency, writeConcurrency
    • Method Detail

      • writeProperty

        @Default
        default java.lang.String writeProperty()
        Specified by:
        writeProperty in interface org.neo4j.gds.config.WritePropertyConfig
      • mutateProperty

        @Default
        default java.lang.String mutateProperty()
        Specified by:
        mutateProperty in interface org.neo4j.gds.config.MutatePropertyConfig