Uses of Class
org.eclipse.jgit.internal.storage.commitgraph.CommitGraphWriter.Stats
Packages that use CommitGraphWriter.Stats
Package
Description
Distributed file system based repository storage.
-
Uses of CommitGraphWriter.Stats in org.eclipse.jgit.internal.storage.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph that return CommitGraphWriter.StatsModifier and TypeMethodDescriptionCommitGraphWriter.write
(ProgressMonitor monitor, OutputStream commitGraphStream) Write commit-graph to the supplied stream. -
Uses of CommitGraphWriter.Stats in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return CommitGraphWriter.StatsModifier and TypeMethodDescriptionDfsPackDescription.getCommitGraphStats()
Get stats from the sibling commit graph, if created.