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.Stats
DfsPackDescription. 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.Stats
ReftableCompactor. getStats()
Get statistics of the last written reftable.ReftableWriter.Stats
ReftableWriter. getStats()
Get statistics of the last written reftable.
-