Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
-
Packages that use ReftableWriter.Stats Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.reftable -
-
Uses of ReftableWriter.Stats in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableWriter.Stats Modifier and Type Method Description ReftableWriter.StatsDfsPackDescription. getReftableStats()Get stats from the sibling reftable, if created. -
Uses of ReftableWriter.Stats in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable that return ReftableWriter.Stats Modifier and Type Method Description ReftableWriter.StatsReftableCompactor. getStats()Get statistics of the last written reftable.ReftableWriter.StatsReftableWriter. getStats()Get statistics of the last written reftable.
-