public static class PackWriter.Statistics.ObjectType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PackStatistics.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 |
---|---|
long |
getBytes() |
long |
getDeltaBytes() |
long |
getDeltas() |
long |
getObjects() |
long |
getReusedDeltas() |
long |
getReusedObjects() |
private PackStatistics.ObjectType objectType
public ObjectType(PackStatistics.ObjectType type)
PackStatistics.ObjectType
instance to maintain backwards compatibility with existing API.type
- the wrapped instancepublic long getObjects()
getDeltas()
.public long getDeltas()
public long getReusedObjects()
getReusedDeltas()
.public long getReusedDeltas()
public long getBytes()
getDeltaBytes()
.public long getDeltaBytes()