| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.reftable | |
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectIdSubclassMap<ReftableWriter.RefList> |
ReftableWriter.obj2ref |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<ReftableWriter.RefList> |
ReftableWriter.sortById(ObjectIdSubclassMap<ReftableWriter.RefList> m) |
| Modifier and Type | Field and Description |
|---|---|
private ObjectIdSubclassMap<ObjectId> |
PackParser.baseObjectIds
Objects referenced by their name from deltas, that aren't in this pack.
|
private ObjectIdSubclassMap<ObjectId> |
PackParser.newObjectIds
Every object contained within the incoming pack.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIdSubclassMap<ObjectId> |
PackParser.getBaseObjectIds()
Get set of objects the incoming pack assumed for delta purposes
|
ObjectIdSubclassMap<ObjectId> |
PackParser.getNewObjectIds()
Get the new objects that were sent by the user
|