Package | Description |
---|---|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.storage.pack |
Modifier and Type | Field and Description |
---|---|
private PackStatistics.ObjectType.Accumulator |
PackWriter.typeStats |
Modifier and Type | Field and Description |
---|---|
private PackStatistics.ObjectType.Accumulator |
PackStatistics.ObjectType.objectType |
PackStatistics.ObjectType.Accumulator[] |
PackStatistics.Accumulator.objectTypes
Statistics about each object type in the pack (commits, tags, trees
and blobs.)
|
Constructor and Description |
---|
ObjectType(PackStatistics.ObjectType.Accumulator accumulator)
Creates a new
PackStatistics.ObjectType object from the accumulator. |