Class PackWriter.MutableState
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.pack.PackWriter.MutableState
-
- Enclosing class:
- PackWriter
private class PackWriter.MutableState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static longOBJECT_TO_PACK_SIZEEstimated size of a single ObjectToPack instance.private PackWriter.PackingPhasephaseprivate longtotalDeltaSearchBytes
-
Constructor Summary
Constructors Constructor Description MutableState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) PackWriter.Statesnapshot()
-
-
-
Field Detail
-
OBJECT_TO_PACK_SIZE
private static final long OBJECT_TO_PACK_SIZE
Estimated size of a single ObjectToPack instance.- See Also:
- Constant Field Values
-
totalDeltaSearchBytes
private final long totalDeltaSearchBytes
-
phase
private volatile PackWriter.PackingPhase phase
-
-
Method Detail
-
snapshot
PackWriter.State snapshot()
-
-