Uses of Class
org.eclipse.jgit.internal.storage.pack.ObjectToPack
Packages that use ObjectToPack
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of ObjectToPack in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ObjectToPackModifier and TypeMethodDescriptionvoid
DfsReader.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) boolean
DfsCachedPack.hasObject
(ObjectToPack obj, StoredObjectRepresentation rep) Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type ObjectToPackModifier and TypeMethodDescriptionvoid
DfsReader.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) void
DfsReader.writeObjects
(PackOutputStream out, List<ObjectToPack> list) -
Uses of ObjectToPack in org.eclipse.jgit.internal.storage.file
Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ObjectToPackModifierConstructorDescriptionPackBitmapIndexBuilder
(List<ObjectToPack> objects) Creates a PackBitmapIndex used for building the contents of an index file. -
Uses of ObjectToPack in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return ObjectToPackModifier and TypeMethodDescriptionPackWriter.get
(AnyObjectId id) Lookup the ObjectToPack object for a given ObjectId.final ObjectToPack
ObjectToPack.getDeltaBase()
Get delta base object to pack if object is going to be packed in delta representation and delta is specified as object to packObjectReuseAsIs.newObjectToPack
(AnyObjectId objectId, int type) Allocate a newPackWriter
state structure for an object.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectToPackModifier and TypeMethodDescriptionvoid
ObjectReuseAsIs.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation.abstract boolean
CachedPack.hasObject
(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.void
PackWriter.select
(ObjectToPack otp, StoredObjectRepresentation next) Select an object representation for this writer.final void
PackOutputStream.writeHeader
(ObjectToPack otp, long rawLength) Commits the object header onto the stream.final void
PackOutputStream.writeObject
(ObjectToPack otp) Write one object.Method parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type ObjectToPackModifier and TypeMethodDescriptionvoid
ObjectReuseAsIs.selectObjectRepresentation
(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects) Select the best object representation for a packer.void
ObjectReuseAsIs.writeObjects
(PackOutputStream out, List<ObjectToPack> list) Write objects to the pack stream in roughly the order given.