Uses of Class
org.eclipse.jgit.internal.storage.pack.PackWriter
Packages that use PackWriter
Package
Description
Distributed file system based repository storage.
Reading/writing Git pack files.
-
Uses of PackWriter in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackWriterModifier and TypeMethodDescriptionvoid
DfsReader.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) -
Uses of PackWriter in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackWriterModifier and TypeMethodDescriptionPackWriter.setObjectCountCallback
(ObjectCountCallback callback) Set theObjectCountCallback
.Methods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type PackWriterModifier and TypeMethodDescriptionstatic Iterable<PackWriter>
PackWriter.getInstances()
Get all allocated, non-released PackWriters instances.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriterModifier and TypeMethodDescriptionvoid
ObjectReuseAsIs.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) Select the best object representation for a packer.Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type PackWriterModifierConstructorDescriptionPackOutputStream
(ProgressMonitor writeMonitor, OutputStream out, PackWriter pw) Initialize a pack output stream.