Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
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 | Field and Description |
---|---|
private PackConfig |
GarbageCollectCommand.pconfig |
Modifier and Type | Field and Description |
---|---|
private PackConfig |
DfsGarbageCollector.packConfig |
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 | Field and Description |
---|---|
private PackConfig |
GC.pconfig |
private PackConfig |
ObjectDirectoryPackParser.pconfig |
private PackConfig |
PackInserter.pconfig |
Modifier and Type | Method and Description |
---|---|
void |
GC.setPackConfig(PackConfig pconfig)
Set the PackConfig used when (re-)writing packfiles.
|
Modifier and Type | Field and Description |
---|---|
(package private) PackConfig |
DeltaTask.Block.config |
private PackConfig |
DeltaWindow.config |
(package private) PackConfig |
PackWriter.config |
Modifier and Type | Method and Description |
---|---|
PackConfig |
PackWriter.State.getConfig() |
Modifier and Type | Method and Description |
---|---|
(package private) static byte[] |
PackWriter.buffer(PackConfig config,
ObjectReader or,
AnyObjectId objId) |
Constructor and Description |
---|
Block(int threads,
PackConfig config,
ObjectReader reader,
DeltaCache dc,
ThreadSafeProgressMonitor pm,
ObjectToPack[] list,
int begin,
int end) |
DeltaCache(PackConfig pc) |
DeltaWindow(PackConfig pc,
DeltaCache dc,
ObjectReader or,
ProgressMonitor pm,
long bpu,
ObjectToPack[] in,
int beginIndex,
int endIndex) |
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.
|
PackWriterBitmapPreparer(ObjectReader reader,
PackBitmapIndexBuilder writeBitmaps,
ProgressMonitor pm,
java.util.Set<? extends ObjectId> want,
PackConfig config) |
ThreadSafeDeltaCache(PackConfig pc) |
Constructor and Description |
---|
PackConfig(PackConfig cfg)
Copy an existing configuration to a new instance.
|
Modifier and Type | Field and Description |
---|---|
private PackConfig |
BundleWriter.packConfig |
private PackConfig |
Daemon.packConfig |
private PackConfig |
Transport.packConfig
Pack configuration used by this transport to make pack file.
|
private PackConfig |
UploadPack.packConfig
Configuration to pass into the PackWriter.
|
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 |
BundleWriter.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 |
Transport.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
|
void |
UploadPack.setPackConfig(PackConfig pc)
Set the configuration used by the pack generator.
|