| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Comparator<DfsReader.FoundObject<?>> |
DfsReader.FOUND_OBJECT_SORT |
| Modifier and Type | Method and Description |
|---|---|
private <T extends ObjectId> |
DfsReader.findAll(java.lang.Iterable<T> objectIds) |
| Modifier and Type | Method and Description |
|---|---|
private <T extends ObjectId> |
DfsReader.findAllImpl(DfsObjDatabase.PackList packList,
java.util.Collection<T> pending,
java.util.List<DfsReader.FoundObject<T>> r) |