| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| org.eclipse.jgit.storage.pack | |
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Field and Description |
|---|---|
private PackStatistics.Accumulator |
PackWriter.stats |
| Constructor and Description |
|---|
PackWriter(PackConfig config,
ObjectReader reader,
PackStatistics.Accumulator statsAccumulator)
Create writer with a specified configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private PackStatistics.Accumulator |
PackStatistics.statistics |
| Constructor and Description |
|---|
PackStatistics(PackStatistics.Accumulator accumulator)
Creates a new
PackStatistics object
from the accumulator. |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
UploadPack.negotiate(PackStatistics.Accumulator accumulator) |
private void |
UploadPack.sendPack(boolean sideband,
PackStatistics.Accumulator accumulator) |
private void |
UploadPack.sendPack(PackStatistics.Accumulator accumulator) |