public static class PackWriter.Statistics.ObjectType extends Object
| 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() |
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()
Copyright © 2018 Eclipse JGit Project. All rights reserved.