public class ReceivedPackStatistics
extends java.lang.Object
PackParser
.Modifier and Type | Class and Description |
---|---|
static class |
ReceivedPackStatistics.Builder
A builder for
ReceivedPackStatistics . |
Modifier and Type | Field and Description |
---|---|
private long |
numBytesRead |
private long |
numDeltaBlob |
private long |
numDeltaCommit |
private long |
numDeltaTag |
private long |
numDeltaTree |
private long |
numOfsDelta |
private long |
numRefDelta |
private long |
numWholeBlob |
private long |
numWholeCommit |
private long |
numWholeTag |
private long |
numWholeTree |
Constructor and Description |
---|
ReceivedPackStatistics() |
Modifier and Type | Method and Description |
---|---|
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 |
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
|
private long numBytesRead
private long numWholeCommit
private long numWholeTree
private long numWholeBlob
private long numWholeTag
private long numOfsDelta
private long numRefDelta
private long numDeltaCommit
private long numDeltaTree
private long numDeltaBlob
private long numDeltaTag
public long getNumBytesRead()
public long getNumWholeCommit()
public long getNumWholeTree()
public long getNumWholeBlob()
public long getNumWholeTag()
public long getNumOfsDelta()
public long getNumRefDelta()
public long getNumDeltaCommit()
public long getNumDeltaTree()
public long getNumDeltaBlob()
public long getNumDeltaTag()