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.Stats
DfsPackDescription. refStats
Methods in org.eclipse.jgit.internal.storage.dfs that return ReftableWriter.Stats Modifier and Type Method Description private ReftableWriter.Stats
DfsReftableBatchRefUpdate. compactTopOfStack(java.io.OutputStream out, ReftableConfig cfg, byte[] newTable)
ReftableWriter.Stats
DfsPackDescription. 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) 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.Stats Modifier and Type Field Description private ReftableWriter.Stats
ReftableCompactor. stats
private ReftableWriter.Stats
ReftableWriter. stats
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.
-