Uses of Class
org.eclipse.jgit.storage.pack.PackConfig
-
Packages that use PackConfig 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. -
-
Uses of PackConfig in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as PackConfig Modifier and Type Field Description private PackConfigGarbageCollectCommand. pconfig -
Uses of PackConfig in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as PackConfig Modifier and Type Field Description private PackConfigDfsGarbageCollector. packConfigMethods in org.eclipse.jgit.internal.storage.dfs that return PackConfig Modifier and Type Method Description PackConfigDfsGarbageCollector. getPackConfig()Get configuration used to generate the new pack file.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackConfig Modifier and Type Method Description DfsGarbageCollectorDfsGarbageCollector. 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 PackConfig Modifier and Type Field Description private PackConfigGC. pconfigprivate PackConfigObjectDirectoryPackParser. pconfigprivate PackConfigPackInserter. pconfigMethods in org.eclipse.jgit.internal.storage.file with parameters of type PackConfig Modifier and Type Method Description voidGC. 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 PackConfig Modifier and Type Field Description (package private) PackConfigDeltaTask.Block. configprivate PackConfigDeltaWindow. config(package private) PackConfigPackWriter. configMethods in org.eclipse.jgit.internal.storage.pack that return PackConfig Modifier and Type Method Description PackConfigPackWriter.State. getConfig()Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackConfig Modifier and Type Method Description (package private) static byte[]PackWriter. buffer(PackConfig config, ObjectReader or, AnyObjectId objId)Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackConfig Constructor 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) -
Uses of PackConfig in org.eclipse.jgit.storage.pack
Constructors in org.eclipse.jgit.storage.pack with parameters of type PackConfig Constructor Description PackConfig(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 PackConfig Modifier and Type Field Description private PackConfigBundleWriter. packConfigprivate PackConfigDaemon. packConfigprivate PackConfigTransport. packConfigPack configuration used by this transport to make pack file.private PackConfigUploadPack. packConfigConfiguration to pass into the PackWriter.Methods in org.eclipse.jgit.transport that return PackConfig Modifier and Type Method Description PackConfigDaemon. getPackConfig()Get configuration controlling packing, may be null.PackConfigTransport. getPackConfig()Get the configuration used by the pack generator to make packs.Methods in org.eclipse.jgit.transport with parameters of type PackConfig Modifier and Type Method Description voidBundleWriter. setPackConfig(PackConfig pc)Set the configuration used by the pack generator.voidDaemon. setPackConfig(PackConfig pc)Set the configuration used by the pack generator.voidTransport. setPackConfig(PackConfig pc)Set the configuration used by the pack generator.voidUploadPack. setPackConfig(PackConfig pc)Set the configuration used by the pack generator.
-