public static class ReceivedPackStatistics.Builder extends Object
ReceivedPackStatistics
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReceivedPackStatistics.Builder |
addDeltaObject(int type)
Increment a delta object count.
|
ReceivedPackStatistics.Builder |
addOffsetDelta() |
ReceivedPackStatistics.Builder |
addRefDelta() |
ReceivedPackStatistics.Builder |
addWholeObject(int type)
Increment a whole object count.
|
ReceivedPackStatistics.Builder |
setNumBytesRead(long numBytesRead) |
public ReceivedPackStatistics.Builder setNumBytesRead(long numBytesRead)
numBytesRead
- number of bytes read from the input streampublic ReceivedPackStatistics.Builder addWholeObject(int type)
type
- OBJ_COMMIT, OBJ_TREE, OBJ_BLOB, or OBJ_TAGpublic ReceivedPackStatistics.Builder addOffsetDelta()
public ReceivedPackStatistics.Builder addRefDelta()
public ReceivedPackStatistics.Builder addDeltaObject(int type)
type
- OBJ_COMMIT, OBJ_TREE, OBJ_BLOB, or OBJ_TAGCopyright © 2020 Eclipse JGit Project. All rights reserved.