Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsPackCompactor
Packages that use DfsPackCompactor
Package
Description
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 DfsPackCompactorModifier and TypeMethodDescriptionDfsPackCompactor.add(DfsPackFile pack) Add a pack to be compacted.DfsPackCompactor.add(DfsReftable table) Add a reftable to be compacted.DfsPackCompactor.exclude(DfsPackFile pack) Exclude objects from the compacted pack.DfsPackCompactor.exclude(ObjectIdSet set) Exclude objects from the compacted pack.DfsPackCompactor.prune(DfsPackFile pack) Delete also this pack when writing to the db the compacted packsDfsPackCompactor.setPreCommitHook(DfsPackCompactor.PreCommitHook hook) Set the pre-commit hook.DfsPackCompactor.setReftableConfig(ReftableConfig cfg) Set configuration to write a reftable.