Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DfsObjectRepresentation |
Modifier and Type | Method and Description |
---|---|
boolean |
DfsCachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep)
Determine if this pack contains the object representation given.
|
void |
DfsObjectToPack.select(StoredObjectRepresentation ref)
Remember a specific representation for reuse at a later time.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
LocalObjectRepresentation |
private static class |
LocalObjectRepresentation.Delta |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalCachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep)
Determine if this pack contains the object representation given.
|
void |
LocalObjectToPack.select(StoredObjectRepresentation ref)
Remember a specific representation for reuse at a later time.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
CachedPack.hasObject(ObjectToPack obj,
StoredObjectRepresentation rep)
Determine if this pack contains the object representation given.
|
void |
PackWriter.select(ObjectToPack otp,
StoredObjectRepresentation next)
Select an object representation for this writer.
|
void |
ObjectToPack.select(StoredObjectRepresentation ref)
Remember a specific representation for reuse at a later time.
|