| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Method and Description |
|---|---|
DfsGarbageCollector |
DfsGarbageCollector.setCoalesceGarbageLimit(long limit)
Set the byte size limit for garbage packs to be repacked.
|
DfsGarbageCollector |
DfsGarbageCollector.setConvertToReftable(boolean convert) |
DfsGarbageCollector |
DfsGarbageCollector.setGarbageTtl(long ttl,
TimeUnit unit)
Set the time to live for garbage objects.
|
DfsGarbageCollector |
DfsGarbageCollector.setPackConfig(PackConfig newConfig) |
DfsGarbageCollector |
DfsGarbageCollector.setReftableConfig(ReftableConfig cfg) |
DfsGarbageCollector |
DfsGarbageCollector.setReftableInitialMaxUpdateIndex(long u)
Set maxUpdateIndex for the initial reftable created during conversion.
|
DfsGarbageCollector |
DfsGarbageCollector.setReftableInitialMinUpdateIndex(long u)
Set minUpdateIndex for the initial reftable created during conversion.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.