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<DfsObjectToPack> |
DfsReader.OFFSET_SORT |
Modifier and Type | Method and Description |
---|---|
DfsObjectToPack |
DfsReader.newObjectToPack(AnyObjectId objectId,
int type)
Allocate a new
PackWriter state structure for an object. |
Modifier and Type | Method and Description |
---|---|
private java.util.List<DfsObjectToPack> |
DfsReader.findAllFromPack(DfsPackFile pack,
java.lang.Iterable<ObjectToPack> objects,
boolean skipFound) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DfsPackFile.copyAsIs(PackOutputStream out,
DfsObjectToPack src,
boolean validate,
DfsReader ctx) |