Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
-
Packages that use DfsPackCompactor Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsPackCompactor in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsPackCompactor Modifier and Type Method Description DfsPackCompactorDfsPackCompactor. add(DfsPackFile pack)Add a pack to be compacted.DfsPackCompactorDfsPackCompactor. autoAdd()Automatically select packs to be included, and add them.DfsPackCompactorDfsPackCompactor. exclude(DfsPackFile pack)Exclude objects from the compacted pack.DfsPackCompactorDfsPackCompactor. exclude(PackWriter.ObjectIdSet set)Exclude objects from the compacted pack.
-