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
Fields in org.eclipse.jgit.internal.storage.dfs declared as ReftableWriter.Stats Modifier and Type Field Description private ReftableWriter.StatsDfsPackDescription. refStatsMethods in org.eclipse.jgit.internal.storage.dfs that return ReftableWriter.Stats Modifier and Type Method Description private ReftableWriter.StatsDfsReftableBatchRefUpdate. compactTopOfStack(java.io.OutputStream out, ReftableConfig cfg, byte[] newTable)ReftableWriter.StatsDfsPackDescription. getReftableStats()Get stats from the sibling reftable, if created.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ReftableWriter.Stats Modifier and Type Method Description (package private) voidDfsPackDescription. 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.Stats Modifier and Type Field Description private ReftableWriter.StatsReftableCompactor. statsprivate ReftableWriter.StatsReftableWriter. statsMethods 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.
-