Package | Description |
---|---|
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.pack | |
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
PackWriter.Statistics |
DfsPackDescription.getPackStats() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PackWriter.Statistics> |
DfsGarbageCollector.getNewPackStatistics() |
java.util.List<PackWriter.Statistics> |
DfsPackCompactor.getNewPackStatistics() |
Modifier and Type | Method and Description |
---|---|
PackWriter.Statistics |
PackWriter.getStatistics() |
Modifier and Type | Method and Description |
---|---|
PackWriter.Statistics |
UploadPack.getPackStatistics()
Get the PackWriter's statistics if a pack was sent to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadPackLogger.onPackStatistics(PackWriter.Statistics stats)
Notice to the logger after a pack has been sent.
|
void |
UploadPackLoggerChain.onPackStatistics(PackWriter.Statistics stats) |
Copyright © 2012. All Rights Reserved.