Interface SpanningTreeBaseConfig

  • All Superinterfaces:
    org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.BaseConfig, org.neo4j.graphalgo.config.ConcurrencyConfig, 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
    • Field Summary

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

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

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

        CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
      • Fields inherited from interface org.neo4j.graphalgo.config.WriteConfig

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

        WRITE_PROPERTY_KEY
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long startNodeId()  
      • Methods inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig

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

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

        concurrency, validateConcurrency
      • Methods inherited from interface org.neo4j.graphalgo.config.RelationshipWeightConfig

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

        validateWriteConcurrency, writeConcurrency
      • Methods inherited from interface org.neo4j.graphalgo.config.WritePropertyConfig

        writeProperty
    • Method Detail

      • startNodeId

        long startNodeId()