Uses of Enum Class
org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
Packages that use PackWriter.PackingPhase
-
Uses of PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackWriter.PackingPhaseModifier and TypeFieldDescriptionprivate PackWriter.PackingPhasePackWriter.MutableState.phaseprivate final PackWriter.PackingPhasePackWriter.State.phaseMethods in org.eclipse.jgit.internal.storage.pack that return PackWriter.PackingPhaseModifier and TypeMethodDescriptionPackWriter.State.getPhase()static PackWriter.PackingPhaseReturns the enum constant of this class with the specified name.static PackWriter.PackingPhase[]PackWriter.PackingPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter.PackingPhaseModifier and TypeMethodDescriptionprivate voidPackWriter.beginPhase(PackWriter.PackingPhase phase, ProgressMonitor monitor, long cnt) Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter.PackingPhaseModifierConstructorDescription(package private)State(PackWriter.PackingPhase phase, long bytesUsed)