Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsGarbageCollector
Packages that use DfsGarbageCollector
Package
Description
Distributed file system based repository storage.
-
Uses of DfsGarbageCollector in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsGarbageCollectorModifier and TypeMethodDescriptionDfsGarbageCollector.setCoalesceGarbageLimit(long limit) Set the byte size limit for garbage packs to be repacked.DfsGarbageCollector.setConvertToReftable(boolean convert) Whether the garbage collector should convert references to reftable.DfsGarbageCollector.setGarbageTtl(long ttl, TimeUnit unit) Set the time to live for garbage objects.DfsGarbageCollector.setIncludeDeletes(boolean include) Whether the garbage collector will include tombstones for deleted references in the reftable.DfsGarbageCollector.setPackConfig(PackConfig newConfig) Set the new configuration to use when creating the pack file.DfsGarbageCollector.setReftableConfig(ReftableConfig cfg) Set configuration to write a reftable.DfsGarbageCollector.setReftableInitialMaxUpdateIndex(long u) Set maxUpdateIndex for the initial reftable created during conversion.DfsGarbageCollector.setReftableInitialMinUpdateIndex(long u) Set minUpdateIndex for the initial reftable created during conversion.