public class ReceivedPackStatistics extends Object
PackParser
.Modifier and Type | Class and Description |
---|---|
static class |
ReceivedPackStatistics.Builder
A builder for
ReceivedPackStatistics . |
Constructor and Description |
---|
ReceivedPackStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getNumBytesDuplicated()
Get number of bytes of objects already in the local database
|
long |
getNumBytesRead()
Get number of bytes read from the input stream
|
long |
getNumDeltaBlob()
Get number of delta blob objects in the pack
|
long |
getNumDeltaCommit()
Get number of delta commit objects in the pack
|
long |
getNumDeltaTag()
Get number of delta tag objects in the pack
|
long |
getNumDeltaTree()
Get number of delta tree objects in the pack
|
long |
getNumObjectsDuplicated()
Get number of objects already in the local database
|
long |
getNumOfsDelta()
Get number of offset delta objects in the pack
|
long |
getNumRefDelta()
Get number of ref delta objects in the pack
|
long |
getNumWholeBlob()
Get number of whole blob objects in the pack
|
long |
getNumWholeCommit()
Get number of whole commit objects in the pack
|
long |
getNumWholeTag()
Get number of whole tag objects in the pack
|
long |
getNumWholeTree()
Get number of whole tree objects in the pack
|
public long getNumBytesRead()
public long getNumBytesDuplicated()
public long getNumWholeCommit()
public long getNumWholeTree()
public long getNumWholeBlob()
public long getNumWholeTag()
public long getNumOfsDelta()
public long getNumRefDelta()
public long getNumObjectsDuplicated()
public long getNumDeltaCommit()
public long getNumDeltaTree()
public long getNumDeltaBlob()
public long getNumDeltaTag()
Copyright © 2021 Eclipse JGit Project. All rights reserved.