Uses of Class
org.eclipse.jgit.internal.storage.pack.ObjectToPack
-
Packages that use ObjectToPack Package Description 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. -
-
Uses of ObjectToPack in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ObjectToPack Modifier and Type Method Description voidDfsReader. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)Output a previously selected representation.booleanDfsCachedPack. hasObject(ObjectToPack obj, StoredObjectRepresentation rep)Determine if this pack contains the object representation given.Method parameters in org.eclipse.jgit.internal.storage.dfs with type arguments of type ObjectToPack Modifier and Type Method Description voidDfsReader. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects)voidDfsReader. writeObjects(PackOutputStream out, List<ObjectToPack> list)Write objects to the pack stream in roughly the order given. -
Uses of ObjectToPack in org.eclipse.jgit.internal.storage.file
Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type ObjectToPack Constructor Description PackBitmapIndexBuilder(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 ObjectToPack Modifier and Type Method Description ObjectToPackPackWriter. get(AnyObjectId id)Lookup the ObjectToPack object for a given ObjectId.ObjectToPackObjectToPack. getDeltaBase()Get delta base object to pack if object is going to be packed in delta representation and delta is specified as object to packObjectToPackObjectReuseAsIs. newObjectToPack(AnyObjectId objectId, int type)Allocate a newPackWriterstate structure for an object.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectToPack Modifier and Type Method Description voidObjectReuseAsIs. copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)Output a previously selected representation.abstract booleanCachedPack. hasObject(ObjectToPack obj, StoredObjectRepresentation rep)Determine if this pack contains the object representation given.voidPackWriter. select(ObjectToPack otp, StoredObjectRepresentation next)Select an object representation for this writer.voidPackOutputStream. writeHeader(ObjectToPack otp, long rawLength)Commits the object header onto the stream.voidPackOutputStream. writeObject(ObjectToPack otp)Write one object.Method parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type ObjectToPack Modifier and Type Method Description voidObjectReuseAsIs. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects)Select the best object representation for a packer.voidObjectReuseAsIs. writeObjects(PackOutputStream out, List<ObjectToPack> list)Write objects to the pack stream in roughly the order given.
-