Interface SpanningTreeBaseConfig

  • All Superinterfaces:
    org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.BaseConfig, org.neo4j.graphalgo.config.ConcurrencyValidation, org.neo4j.graphalgo.config.RelationshipWeightConfig, org.neo4j.graphalgo.config.WriteConfig, org.neo4j.graphalgo.config.WritePropertyConfig
    All Known Subinterfaces:
    KSpanningTreeConfig, SpanningTreeConfig

    public interface SpanningTreeBaseConfig
    extends org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.WritePropertyConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig
    • 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 Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long startNodeId()  
      • 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
      • Methods inherited from interface org.neo4j.graphalgo.config.WritePropertyConfig

        writeProperty
    • Method Detail

      • startNodeId

        long startNodeId()