Uses of Class
org.eclipse.jgit.internal.storage.file.CachedObjectDirectory.UnpackedObjectId
-
Packages that use CachedObjectDirectory.UnpackedObjectId Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of CachedObjectDirectory.UnpackedObjectId in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type CachedObjectDirectory.UnpackedObjectId Modifier and Type Field Description private ObjectIdOwnerMap<CachedObjectDirectory.UnpackedObjectId>
CachedObjectDirectory. unpackedObjects
The set that contains unpacked objects identifiers, it is created when the cached instance is created.Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type CachedObjectDirectory.UnpackedObjectId Modifier and Type Method Description private ObjectIdOwnerMap<CachedObjectDirectory.UnpackedObjectId>
CachedObjectDirectory. scanLoose()
-