Class CommitGraphWriter.Stats

java.lang.Object
org.eclipse.jgit.internal.storage.commitgraph.CommitGraphWriter.Stats
Enclosing class:
CommitGraphWriter

public static class CommitGraphWriter.Stats extends Object
Statistics collected during a single commit graph write.
  • Method Details

    • getChangedPathFiltersReused

      public long getChangedPathFiltersReused()
      Returns the number of existing changed path filters that were reused when writing, for statistical purposes.
      Returns:
      count of changed path filters
    • getChangedPathFiltersComputed

      public long getChangedPathFiltersComputed()
      Returns the number of changed path filters that were computed from scratch, for statistical purposes.
      Returns:
      count of changed path filters