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 TypeMethodDescriptionbooleanDfsCachedPack.hasObject(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.voidDfsObjectToPack.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) classprivate static final classMethods in org.eclipse.jgit.internal.storage.file with parameters of type StoredObjectRepresentationModifier and TypeMethodDescriptionbooleanLocalCachedPack.hasObject(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.voidLocalObjectToPack.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 booleanCachedPack.hasObject(ObjectToPack obj, StoredObjectRepresentation rep) Determine if this pack contains the object representation given.voidObjectToPack.select(StoredObjectRepresentation ref) Remember a specific representation for reuse at a later time.voidPackWriter.select(ObjectToPack otp, StoredObjectRepresentation next) Select an object representation for this writer.