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 |
PackWriter.Statistics.ObjectType.objectType |
Constructor and Description |
---|
ObjectType(PackStatistics.ObjectType type)
Wraps an
PackStatistics.ObjectType
instance to maintain backwards compatibility with existing API. |
Modifier and Type | Method and Description |
---|---|
PackStatistics.ObjectType |
PackStatistics.byObjectType(int typeCode)
Get information about this type of object in the pack.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,PackStatistics.ObjectType> |
PackStatistics.getObjectTypes()
Get a map containing ObjectType statistics.
|