java.lang.Object
org.eclipse.jgit.internal.storage.pack.PackWriter.State
- Enclosing class:
- PackWriter
Summary of the current state of a PackWriter.
-
Method Details
-
getConfig
Get pack config- Returns:
- the PackConfig used to build the writer.
-
getPhase
Get packing phase- Returns:
- the current phase of the writer.
-
estimateBytesUsed
public long estimateBytesUsed()Get estimate of memory by the writer- Returns:
- an estimate of the total memory used by the writer.
-
toString
-