Module org.eclipse.jgit
Class CommitGraphWriter.Stats
java.lang.Object
org.eclipse.jgit.internal.storage.commitgraph.CommitGraphWriter.Stats
- Enclosing class:
- CommitGraphWriter
Statistics collected during a single commit graph write.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the number of changed path filters that were computed from scratch, for statistical purposes.long
Returns the number of existing changed path filters that were reused when writing, for statistical purposes.
-
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
-