Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.storage.pack | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
PackConfig |
DfsGarbageCollector.getPackConfig()
Get configuration used to generate the new pack file.
|
Modifier and Type | Method and Description |
---|---|
DfsGarbageCollector |
DfsGarbageCollector.setPackConfig(PackConfig newConfig)
Set the new configuration to use when creating the pack file.
|
Modifier and Type | Method and Description |
---|---|
void |
GC.setPackConfig(PackConfig pconfig)
Set the PackConfig used when (re-)writing packfiles.
|
Modifier and Type | Method and Description |
---|---|
PackConfig |
PackWriter.State.getConfig() |
Constructor and Description |
---|
PackWriter(PackConfig config,
ObjectReader reader)
Create writer with a specified configuration.
|
PackWriter(PackConfig config,
ObjectReader reader,
PackStatistics.Accumulator statsAccumulator)
Create writer with a specified configuration.
|
Constructor and Description |
---|
PackConfig(PackConfig cfg)
Copy an existing configuration to a new instance.
|
Modifier and Type | Method and Description |
---|---|
PackConfig |
Daemon.getPackConfig()
Get configuration controlling packing, may be null.
|
PackConfig |
Transport.getPackConfig()
Get the configuration used by the pack generator to make packs.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadPack.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
|
void |
Daemon.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
|
void |
BundleWriter.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
|
void |
Transport.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.