Uses of Class
org.eclipse.jgit.storage.pack.PackConfig
Packages that use PackConfig
Package
Description
High-level API commands (the porcelain of JGit).
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of PackConfig in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as PackConfig -
Uses of PackConfig in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackConfigMethods in org.eclipse.jgit.internal.storage.dfs that return PackConfigModifier and TypeMethodDescriptionDfsGarbageCollector.getPackConfig()
Get configuration used to generate the new pack file.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackConfigModifier and TypeMethodDescriptionDfsGarbageCollector.setPackConfig
(PackConfig newConfig) Set the new configuration to use when creating the pack file. -
Uses of PackConfig in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as PackConfigModifier and TypeFieldDescriptionprivate PackConfig
GC.pconfig
private PackConfig
ObjectDirectoryPackParser.pconfig
private PackConfig
PackInserter.pconfig
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackConfigModifier and TypeMethodDescriptionvoid
GC.setPackConfig
(PackConfig pconfig) Set the PackConfig used when (re-)writing packfiles. -
Uses of PackConfig in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackConfigModifier and TypeFieldDescription(package private) final PackConfig
DeltaTask.Block.config
private final PackConfig
DeltaWindow.config
(package private) final PackConfig
PackWriter.config
Methods in org.eclipse.jgit.internal.storage.pack that return PackConfigMethods in org.eclipse.jgit.internal.storage.pack with parameters of type PackConfigModifier and TypeMethodDescription(package private) static byte[]
PackWriter.buffer
(PackConfig config, ObjectReader or, AnyObjectId objId) Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackConfigModifierConstructorDescription(package private)
Block
(int threads, PackConfig config, ObjectReader reader, DeltaCache dc, ThreadSafeProgressMonitor pm, ObjectToPack[] list, int begin, int end) (package private)
DeltaCache
(PackConfig pc) (package private)
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.(package private)
PackWriterBitmapPreparer
(ObjectReader reader, PackBitmapIndexBuilder writeBitmaps, ProgressMonitor pm, Set<? extends ObjectId> want, PackConfig config) (package private)
-
Uses of PackConfig in org.eclipse.jgit.storage.pack
Constructors in org.eclipse.jgit.storage.pack with parameters of type PackConfigModifierConstructorDescriptionPackConfig
(PackConfig cfg) Copy an existing configuration to a new instance. -
Uses of PackConfig in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackConfigModifier and TypeFieldDescriptionprivate 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.Methods in org.eclipse.jgit.transport that return PackConfigModifier and TypeMethodDescriptionDaemon.getPackConfig()
Get configuration controlling packing, may be null.Transport.getPackConfig()
Get the configuration used by the pack generator to make packs.Methods in org.eclipse.jgit.transport with parameters of type PackConfigModifier and TypeMethodDescriptionvoid
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.