Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CachedObjectDirectory
The cached instance of an
ObjectDirectory . |
class |
ObjectDirectory
Traditional file system based
ObjectDatabase . |
Modifier and Type | Field and Description |
---|---|
(package private) FileObjectDatabase |
WindowCursor.db |
private FileObjectDatabase |
LargePackedWholeObject.db |
private FileObjectDatabase |
ObjectDirectoryPackParser.db |
private FileObjectDatabase |
ObjectDirectoryInserter.db |
private FileObjectDatabase |
UnpackedObject.LargeObject.source |
Constructor and Description |
---|
LargeObject(int type,
long size,
java.io.File path,
AnyObjectId id,
FileObjectDatabase db) |
LargePackedWholeObject(int type,
long size,
long objectOffset,
int headerLength,
PackFile pack,
FileObjectDatabase db) |
ObjectDirectoryInserter(FileObjectDatabase dest,
Config cfg) |
ObjectDirectoryPackParser(FileObjectDatabase odb,
java.io.InputStream src) |
WindowCursor(FileObjectDatabase db) |
WindowCursor(FileObjectDatabase db,
ObjectDirectoryInserter createdFromInserter) |