|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.storage.pack.PackWriter.Statistics.ObjectType
public static class PackWriter.Statistics.ObjectType
Statistics about a single class of object.
| Constructor Summary | |
|---|---|
PackWriter.Statistics.ObjectType()
|
|
| Method Summary | |
|---|---|
long |
getBytes()
|
long |
getDeltaBytes()
|
long |
getDeltas()
|
long |
getObjects()
|
long |
getReusedDeltas()
|
long |
getReusedObjects()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackWriter.Statistics.ObjectType()
| Method Detail |
|---|
public long getObjects()
getDeltas().public long getDeltas()
public long getReusedObjects()
getReusedDeltas().public long getReusedDeltas()
public long getBytes()
getDeltaBytes().public long getDeltaBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||