Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsPackFile
Packages that use DfsPackFile
Package
Description
Distributed file system based repository storage.
-
Uses of DfsPackFile in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsPackFileModifier and TypeFieldDescriptionfinal DfsPackFile[]DfsObjDatabase.PackList.packsAll known packs, sorted.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsPackFileModifier and TypeMethodDescriptionprotected DfsPackFileDfsObjDatabase.createDfsPackFile(DfsBlockCache cache, DfsPackDescription dsc) Create instances of DfsPackFile Implementors can decide to construct or wrap DfsPackFile in different ways.DfsObjDatabase.getCurrentPacks()List currently known pack files in the repository, without scanning.BeforeDfsPackIndexLoadedEvent.getPackFile()Get the PackFile containing the index that will be loaded.DfsCachedPack.getPackFile()Get pack fileDfsObjDatabase.getPacks()Scan and list all available pack files in the repository.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackFileModifier and TypeMethodDescriptionDfsPackCompactor.add(DfsPackFile pack) Add a pack to be compacted.DfsPackCompactor.exclude(DfsPackFile pack) Exclude objects from the compacted pack.DfsPackFile.PackBitmapIndexLoader.loadPackBitmapIndex(DfsReader ctx, DfsPackFile pack) Returns a PackBitmapIndex for this pack, if the pack has bitmaps associated.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackFileModifierConstructorDescriptionA new event triggered before a PackFile index is loaded.