Interface KSpanningTreeConfig

  • All Superinterfaces:
    org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.BaseConfig, org.neo4j.graphalgo.config.ConcurrencyValidation, org.neo4j.graphalgo.config.RelationshipWeightConfig, SpanningTreeBaseConfig, org.neo4j.graphalgo.config.WriteConfig, org.neo4j.graphalgo.config.WritePropertyConfig

    @Configuration("KSpanningTreeConfigImpl")
    public interface KSpanningTreeConfig
    extends SpanningTreeBaseConfig
    • 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

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      long k()  
      static KSpanningTreeConfig 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)  
      default java.lang.String writeProperty()  
      • 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.RelationshipWeightConfig

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

        writeConcurrency
    • Method Detail

      • k

        long k()
      • writeProperty

        default java.lang.String writeProperty()
        Specified by:
        writeProperty in interface org.neo4j.graphalgo.config.WritePropertyConfig
      • of

        static KSpanningTreeConfig 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)