Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsPackFile
-
Packages that use DfsPackFile Package Description org.eclipse.jgit.internal.storage.dfs 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 DfsPackFile Modifier and Type Field Description DfsPackFile[]DfsObjDatabase.PackList. packsAll known packs, sorted.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsPackFile Modifier and Type Method Description DfsPackFile[]DfsObjDatabase. getCurrentPacks()List currently known pack files in the repository, without scanning.DfsPackFileBeforeDfsPackIndexLoadedEvent. getPackFile()Get the PackFile containing the index that will be loaded.DfsPackFileDfsCachedPack. getPackFile()DfsPackFile[]DfsObjDatabase. getPacks()Scan and list all available pack files in the repository.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackFile Modifier and Type Method Description DfsPackCompactorDfsPackCompactor. add(DfsPackFile pack)Add a pack to be compacted.DfsPackCompactorDfsPackCompactor. exclude(DfsPackFile pack)Exclude objects from the compacted pack.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsPackFile Constructor Description BeforeDfsPackIndexLoadedEvent(DfsPackFile pack)A new event triggered before a PackFile index is loaded.
-