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) class
DfsObjectRepresentation
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type StoredObjectRepresentation Modifier and Type Method Description boolean
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.file Modifier and Type Class Description (package private) class
LocalObjectRepresentation
private static class
LocalObjectRepresentation.Delta
Methods in org.eclipse.jgit.internal.storage.file with parameters of type StoredObjectRepresentation Modifier and Type Method Description boolean
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 StoredObjectRepresentation Modifier and Type Method Description abstract 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.
-