| Package | Description |
|---|---|
| org.eclipse.jgit.internal.fsck |
Git fsck support.
|
| 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.lib |
Core API for repository, config, refs, object database.
|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Constructor and Description |
|---|
FsckPackParser(ObjectDatabase db,
ReadableChannel channel)
Constructor for FsckPackParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
DfsObjDatabase
Manages objects stored in
DfsPackFile on a storage
system. |
static class |
InMemoryRepository.MemObjDatabase
DfsObjDatabase used by InMemoryRepository.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CachedObjectDirectory
The cached instance of an
ObjectDirectory. |
(package private) class |
FileObjectDatabase |
class |
ObjectDirectory
Traditional file system based
ObjectDatabase. |
| Modifier and Type | Method and Description |
|---|---|
ObjectDatabase |
CachedObjectDirectory.newCachedDatabase()
Create a new cached database instance over this database.
|
ObjectDatabase |
ObjectDirectory.newCachedDatabase()
Create a new cached database instance over this database.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectDatabase |
Repository.getObjectDatabase()
Get the object database which stores this repository's data.
|
ObjectDatabase |
ObjectDatabase.newCachedDatabase()
Create a new cached database instance over this database.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectDatabase |
PackParser.objectDatabase
Object database used for loading existing objects.
|
| Constructor and Description |
|---|
PackParser(ObjectDatabase odb,
java.io.InputStream src)
Initialize a pack parser.
|