Java org.eclipse.jgit.storage.pack PackStatistics fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.storage.pack PackStatistics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.storage.pack PackStatistics.

The text is from its open source code.

Method

longgetTimeCompressing()
Get time in milliseconds spent on delta compression.
longgetTimeCounting()
Get time in milliseconds spent enumerating the objects that need to be included in the output.
longgetTimeWriting()
Get time in milliseconds spent writing the pack output, from start of header until end of trailer.
longgetTotalBytes()
Get total number of bytes written.
SetgetUninterestingObjects()
Get unmodifiable collection of objects that should be excluded from the pack