org.eclipse.jgit.storage.pack
Class PackWriter.State
java.lang.Object
org.eclipse.jgit.storage.pack.PackWriter.State
- Enclosing class:
- PackWriter
public class PackWriter.State
- extends Object
Summary of the current state of a PackWriter.
getConfig
public PackConfig getConfig()
- Returns:
- the PackConfig used to build the writer.
getPhase
public PackWriter.PackingPhase getPhase()
- Returns:
- the current phase of the writer.
estimateBytesUsed
public long estimateBytesUsed()
- Returns:
- an estimate of the total memory used by the writer.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.