Uses of Class
org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Packages that use StoredObjectRepresentation 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 StoredObjectRepresentation in org.eclipse.jgit.internal.storage.dfs
Subclasses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description (package private) classDfsObjectRepresentationMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type StoredObjectRepresentation Modifier and Type Method Description booleanDfsCachedPack. 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.file Modifier and Type Class Description (package private) classLocalObjectRepresentationprivate static classLocalObjectRepresentation.DeltaMethods in org.eclipse.jgit.internal.storage.file with parameters of type StoredObjectRepresentation Modifier and Type Method Description booleanLocalCachedPack. 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 StoredObjectRepresentation Modifier and Type Method Description abstract 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.
-