Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
private static ObjectDirectory.PackList |
ObjectDirectory.NO_PACKS |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.atomic.AtomicReference<ObjectDirectory.PackList> |
ObjectDirectory.packList |
Modifier and Type | Method and Description |
---|---|
private ObjectDirectory.PackList |
ObjectDirectory.scanPacks(ObjectDirectory.PackList original) |
private ObjectDirectory.PackList |
ObjectDirectory.scanPacksImpl(ObjectDirectory.PackList old) |
Modifier and Type | Method and 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) |