Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftable |
Modifier and Type | Field and Description |
---|---|
private ReftableWriter.Stats |
DfsPackDescription.refStats |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
DfsPackDescription.setReftableStats(ReftableWriter.Stats stats) |
Modifier and Type | Field and Description |
---|---|
private ReftableWriter.Stats |
ReftableCompactor.stats |
private ReftableWriter.Stats |
ReftableWriter.stats |
Modifier and Type | Method and Description |
---|---|
ReftableWriter.Stats |
ReftableCompactor.getStats()
Get statistics of the last written reftable.
|
ReftableWriter.Stats |
ReftableWriter.getStats()
Get statistics of the last written reftable.
|