public static class PackStatistics.ObjectType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PackStatistics.ObjectType.Accumulator
POJO for accumulating the ObjectType statistics.
|
| Constructor and Description |
|---|
ObjectType(PackStatistics.ObjectType.Accumulator accumulator)
Creates a new
PackStatistics.ObjectType object from the accumulator. |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytes() |
long |
getDeltaBytes() |
long |
getDeltas() |
long |
getObjects() |
long |
getReusedDeltas() |
long |
getReusedObjects() |
public ObjectType(PackStatistics.ObjectType.Accumulator accumulator)
PackStatistics.ObjectType object from the accumulator.accumulator - the accumulator of the statisticspublic long getObjects()
getDeltas().public long getDeltas()
public long getReusedObjects()
getReusedDeltas().public long getReusedDeltas()
public long getBytes()
getDeltaBytes().public long getDeltaBytes()
Copyright © 2019 Eclipse JGit Project. All rights reserved.