Class SpanningTreeMutateResult.Builder

java.lang.Object
org.neo4j.gds.result.AbstractResultBuilder<SpanningTreeMutateResult>
org.neo4j.gds.procedures.algorithms.pathfinding.SpanningTreeMutateResult.Builder
Enclosing class:
SpanningTreeMutateResult

public static class SpanningTreeMutateResult.Builder extends org.neo4j.gds.result.AbstractResultBuilder<SpanningTreeMutateResult>
  • Field Summary

    Fields inherited from class org.neo4j.gds.result.AbstractResultBuilder

    computeMillis, config, mutateMillis, nodeCount, nodePropertiesWritten, preProcessingMillis, relationshipsWritten, writeMillis
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    withEffectiveNodeCount(long effectiveNodeCount)
     
    void
    withTotalWeight(double totalWeight)
     

    Methods inherited from class org.neo4j.gds.result.AbstractResultBuilder

    withComputeMillis, withConfig, withMutateMillis, withNodeCount, withNodePropertiesWritten, withPreProcessingMillis, withRelationshipsWritten, withWriteMillis

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • withEffectiveNodeCount

      public void withEffectiveNodeCount(long effectiveNodeCount)
    • withTotalWeight

      public void withTotalWeight(double totalWeight)
    • build

      public SpanningTreeMutateResult build()
      Specified by:
      build in class org.neo4j.gds.result.AbstractResultBuilder<SpanningTreeMutateResult>