Uses of Class
org.eclipse.jgit.internal.storage.reftable.ReftableWriter.Stats
Packages that use ReftableWriter.Stats
Package
Description
Distributed file system based repository storage.
-
Uses of ReftableWriter.Stats in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as ReftableWriter.StatsMethods in org.eclipse.jgit.internal.storage.dfs that return ReftableWriter.StatsModifier and TypeMethodDescriptionprivate ReftableWriter.Stats
DfsReftableBatchRefUpdate.compactTopOfStack
(OutputStream out, ReftableConfig cfg, byte[] newTable) DfsPackDescription.getReftableStats()
Get stats from the sibling reftable, if created.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ReftableWriter.StatsModifier and TypeMethodDescription(package private) void
DfsPackDescription.setReftableStats
(ReftableWriter.Stats stats) -
Uses of ReftableWriter.Stats in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ReftableWriter.StatsModifier and TypeFieldDescriptionprivate ReftableWriter.Stats
ReftableCompactor.stats
private ReftableWriter.Stats
ReftableWriter.stats
Methods in org.eclipse.jgit.internal.storage.reftable that return ReftableWriter.Stats