Uses of Class
org.eclipse.jgit.internal.storage.pack.PackWriter.PackingPhase
-
Packages that use PackWriter.PackingPhase Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of PackWriter.PackingPhase in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackWriter.PackingPhase Modifier and Type Field Description private PackWriter.PackingPhase
PackWriter.MutableState. phase
private PackWriter.PackingPhase
PackWriter.State. phase
Methods in org.eclipse.jgit.internal.storage.pack that return PackWriter.PackingPhase Modifier and Type Method Description PackWriter.PackingPhase
PackWriter.State. getPhase()
static PackWriter.PackingPhase
PackWriter.PackingPhase. valueOf(java.lang.String name)
Returns 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.PackingPhase Modifier and Type Method Description private void
PackWriter. beginPhase(PackWriter.PackingPhase phase, ProgressMonitor monitor, long cnt)
Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriter.PackingPhase Constructor Description State(PackWriter.PackingPhase phase, long bytesUsed)
-