| 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 |
ReftableBatchRefUpdate.compactTopOfStack(java.io.OutputStream out,
ReftableConfig cfg,
byte[] newTable) |
ReftableWriter.Stats |
DfsPackDescription.getReftableStats()
Get stats from the sibling reftable, if created.
|
private ReftableWriter.Stats |
ReftableBatchRefUpdate.write(java.io.OutputStream os,
ReftableConfig cfg,
long updateIndex,
java.util.List<Ref> newRefs,
java.util.List<ReceiveCommand> pending) |
| 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.
|