Uses of Enum
org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
Packages that use PackWriter.PackingPhase
-
Uses of PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.pack
Subclasses with type arguments of type PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.packModifier and TypeClassDescriptionstatic enumPossible states that a PackWriter can be in.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 type with the specified name.static PackWriter.PackingPhase[]PackWriter.PackingPhase.values()Returns an array containing the constants of this enum type, 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)