|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackWriter.Statistics | |
|---|---|
| org.eclipse.jgit.storage.dfs | |
| org.eclipse.jgit.storage.pack | |
| org.eclipse.jgit.transport | |
| Uses of PackWriter.Statistics in org.eclipse.jgit.storage.dfs |
|---|
| Methods in org.eclipse.jgit.storage.dfs that return PackWriter.Statistics | |
|---|---|
PackWriter.Statistics |
DfsPackDescription.getPackStats()
|
| Methods in org.eclipse.jgit.storage.dfs that return types with arguments of type PackWriter.Statistics | |
|---|---|
List<PackWriter.Statistics> |
DfsPackCompactor.getNewPackStatistics()
|
List<PackWriter.Statistics> |
DfsGarbageCollector.getNewPackStatistics()
|
| Uses of PackWriter.Statistics in org.eclipse.jgit.storage.pack |
|---|
| Methods in org.eclipse.jgit.storage.pack that return PackWriter.Statistics | |
|---|---|
PackWriter.Statistics |
PackWriter.getStatistics()
|
| Uses of PackWriter.Statistics in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return PackWriter.Statistics | |
|---|---|
PackWriter.Statistics |
UploadPack.getPackStatistics()
Get the PackWriter's statistics if a pack was sent to the client. |
| Methods in org.eclipse.jgit.transport with parameters of type PackWriter.Statistics | |
|---|---|
void |
UploadPackLoggerChain.onPackStatistics(PackWriter.Statistics stats)
|
void |
UploadPackLogger.onPackStatistics(PackWriter.Statistics stats)
Notice to the logger after a pack has been sent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||