Uses of Class
org.eclipse.jgit.internal.storage.file.Pack
Packages that use Pack
-
Uses of Pack in org.eclipse.jgit.internal.storage.file
Subclasses of Pack in org.eclipse.jgit.internal.storage.fileFields in org.eclipse.jgit.internal.storage.file with type parameters of type PackModifier and TypeFieldDescriptionstatic final Comparator<Pack>Pack.SORTSorts 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 TypeMethodDescriptionPack.fullyIncludedIn(BitmapIndex.BitmapBuilder needBitmaps) Return the pack if all its objects are included in the need bitmaps.PackMidx.fullyIncludedIn(BitmapIndex.BitmapBuilder needBitmaps) GC.gc()Runs a garbage collector on aFileRepository.Pack.getCoveredPacks()Packs covered by this packPackMidx.getCoveredPacks()Return the packs covered by this midx (in midx order)ObjectDirectory.getPacks()GC.repack()Packs all objects which reachable from any of the heads into one pack file.Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type PackModifier and TypeMethodDescriptionstatic voidClose the resources utilized by these pack filesstatic voidMidxWriter.writeMidx(ProgressMonitor pm, Repository repo, Collection<Pack> packs, File midxOut, PackConfig packConfig) Write a mdix over the packsConstructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type Pack