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 long
OBJECT_TO_PACK_SIZE
Estimated size of a single ObjectToPack instance.private PackWriter.PackingPhase
phase
private long
totalDeltaSearchBytes
-
Constructor Summary
Constructors Constructor Description MutableState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) PackWriter.State
snapshot()
-
-
-
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()
-
-