|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.storage.file.GC.RepoStatistics
public class GC.RepoStatistics
A class holding statistical data for a FileRepository regarding how many objects are stored as loose or packed objects
| Field Summary | |
|---|---|
long |
numberOfLooseObjects
The number of objects stored as loose objects. |
long |
numberOfLooseRefs
The number of loose refs. |
long |
numberOfPackedObjects
The number of objects stored in pack files. |
long |
numberOfPackedRefs
The number of refs stored in pack files. |
long |
numberOfPackFiles
The number of pack files |
long |
sizeOfLooseObjects
The sum of the sizes of all files used to persist loose objects. |
long |
sizeOfPackedObjects
The sum of the sizes of all pack files. |
| Constructor Summary | |
|---|---|
GC.RepoStatistics()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long numberOfPackedObjects
public long numberOfPackFiles
public long numberOfLooseObjects
public long sizeOfLooseObjects
public long sizeOfPackedObjects
public long numberOfLooseRefs
public long numberOfPackedRefs
| Constructor Detail |
|---|
public GC.RepoStatistics()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||