Uses of Class
org.eclipse.jgit.internal.storage.file.Pack
Packages that use Pack
-
Uses of Pack in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type PackModifier and TypeFieldDescriptionstatic final Comparator<Pack>
Pack.SORT
Sorts PackFiles to be most recently created to least recently created.Methods in org.eclipse.jgit.internal.storage.file that return PackModifier and TypeMethodDescriptionObjectDirectoryPackParser.getPack()
Get the importedPack
.Add a single existing pack to the list of available pack files.Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type PackModifier and TypeMethodDescriptionGC.gc()
Runs a garbage collector on aFileRepository
.ObjectDirectory.getPacks()
GC.repack()
Packs all objects which reachable from any of the heads into one pack file.