public static class PackStatistics.ObjectType
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PackStatistics.ObjectType.Accumulator
POJO for accumulating the ObjectType statistics.
|
Modifier and Type | Field and Description |
---|---|
private PackStatistics.ObjectType.Accumulator |
objectType |
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() |
private PackStatistics.ObjectType.Accumulator objectType
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()