Uses of Class
org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
Packages that use StoredObjectRepresentation
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.dfs
Subclasses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.dfsMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type StoredObjectRepresentationModifier and TypeMethodDescriptionboolean
DfsCachedPack.hasObject
(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.void
DfsObjectToPack.select
(StoredObjectRepresentation ref) Remember a specific representation for reuse at a later time. -
Uses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.file
Subclasses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescription(package private) class
private static final class
Methods in org.eclipse.jgit.internal.storage.file with parameters of type StoredObjectRepresentationModifier and TypeMethodDescriptionboolean
LocalCachedPack.hasObject
(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.void
LocalObjectToPack.select
(StoredObjectRepresentation ref) Remember a specific representation for reuse at a later time. -
Uses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type StoredObjectRepresentationModifier and TypeMethodDescriptionabstract boolean
CachedPack.hasObject
(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.void
ObjectToPack.select
(StoredObjectRepresentation ref) Remember a specific representation for reuse at a later time.void
PackWriter.select
(ObjectToPack otp, StoredObjectRepresentation next) Select an object representation for this writer.