org.eclipse.jgit.storage.pack
public static class PackWriter.Statistics.ObjectType extends java.lang.Object
Constructor and Description |
---|
PackWriter.Statistics.ObjectType() |
Modifier and Type | Method and Description |
---|---|
long |
getBytes() |
long |
getDeltaBytes() |
long |
getDeltas() |
long |
getObjects() |
long |
getReusedDeltas() |
long |
getReusedObjects() |
public long getObjects()
getDeltas()
.public long getDeltas()
public long getReusedObjects()
getReusedDeltas()
.public long getReusedDeltas()
public long getBytes()
getDeltaBytes()
.public long getDeltaBytes()
Copyright © 2014. All Rights Reserved.