Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory.PackList
-
Packages that use ObjectDirectory.PackList Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of ObjectDirectory.PackList in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as ObjectDirectory.PackList Modifier and Type Field Description private static ObjectDirectory.PackList
ObjectDirectory. NO_PACKS
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type ObjectDirectory.PackList Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicReference<ObjectDirectory.PackList>
ObjectDirectory. packList
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectory.PackList Modifier and Type Method Description private ObjectDirectory.PackList
ObjectDirectory. scanPacks(ObjectDirectory.PackList original)
private ObjectDirectory.PackList
ObjectDirectory. scanPacksImpl(ObjectDirectory.PackList old)
Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectory.PackList Modifier and Type Method Description private static java.util.Map<java.lang.String,PackFile>
ObjectDirectory. reuseMap(ObjectDirectory.PackList old)
private ObjectDirectory.PackList
ObjectDirectory. scanPacks(ObjectDirectory.PackList original)
private ObjectDirectory.PackList
ObjectDirectory. scanPacksImpl(ObjectDirectory.PackList old)
(package private) boolean
ObjectDirectory. searchPacksAgain(ObjectDirectory.PackList old)
-