Interface LouvainMutateConfig

  • All Superinterfaces:
    org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.BaseConfig, org.neo4j.graphalgo.config.ConcurrencyValidation, org.neo4j.graphalgo.config.ConsecutiveIdsConfig, org.neo4j.graphalgo.config.IterationsConfig, LouvainBaseConfig, org.neo4j.graphalgo.config.MutateConfig, org.neo4j.graphalgo.config.MutatePropertyConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig, org.neo4j.graphalgo.config.SeedConfig, org.neo4j.graphalgo.config.ToleranceConfig

    @Configuration("LouvainMutateConfigImpl")
    public interface LouvainMutateConfig
    extends LouvainBaseConfig, org.neo4j.graphalgo.config.MutatePropertyConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.graphalgo.config.ConcurrencyValidation

        org.neo4j.graphalgo.config.ConcurrencyValidation.Validator
    • Field Summary

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

        DEFAULT_CONCURRENCY, NODE_LABELS_KEY
      • Fields inherited from interface org.neo4j.graphalgo.config.BaseConfig

        SUDO_KEY
      • Fields inherited from interface org.neo4j.graphalgo.config.ConcurrencyValidation

        CONCURRENCY_LIMITATION
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static LouvainMutateConfig of​(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper userInput)  
      • Methods inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig

        concurrency, graphName, implicitCreateConfig, nodeLabelIdentifiers, nodeLabels, relationshipTypeIdentifiers, relationshipTypes
      • Methods inherited from interface org.neo4j.graphalgo.config.BaseConfig

        configKeys, sudo, toMap, username
      • Methods inherited from interface org.neo4j.graphalgo.config.ConcurrencyValidation

        validateConcurrency
      • Methods inherited from interface org.neo4j.graphalgo.config.ConsecutiveIdsConfig

        consecutiveIds
      • Methods inherited from interface org.neo4j.graphalgo.config.MutatePropertyConfig

        mutateProperty
      • Methods inherited from interface org.neo4j.graphalgo.config.RelationshipWeightConfig

        relationshipWeightProperty
      • Methods inherited from interface org.neo4j.graphalgo.config.SeedConfig

        isIncremental, seedProperty
    • Method Detail

      • of

        static LouvainMutateConfig of​(java.lang.String username,
                                      java.util.Optional<java.lang.String> graphName,
                                      java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate,
                                      org.neo4j.graphalgo.core.CypherMapWrapper userInput)