| Package | Description |
|---|---|
| org.eclipse.jgit.http.test | |
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RefsUnreadableInMemoryRepository
An
InMemoryRepository whose refs can be made unreadable for testing
purposes. |
| Modifier and Type | Class and Description |
|---|---|
class |
DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository>
Constructs a
DfsRepository. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryRepository
Git repository stored entirely in the local process memory.
|
| Modifier and Type | Field and Description |
|---|---|
private DfsRepository |
DfsFsck.repo |
private DfsRepository |
DfsGarbageCollector.repo |
private DfsRepository |
DfsPackCompactor.repo |
private DfsRepository |
DfsObjDatabase.repository |
private DfsRepository |
DfsRefDatabase.repository |
| Modifier and Type | Method and Description |
|---|---|
protected DfsRepository |
DfsObjDatabase.getRepository()
Get repository owning this object database.
|
protected DfsRepository |
DfsRefDatabase.getRepository()
Get the repository the database holds the references of.
|
protected DfsRepository |
DfsRefUpdate.getRepository()
Get the repository storing the database's objects.
|
| Constructor and Description |
|---|
DfsFsck(DfsRepository repository)
Initialize DFS fsck.
|
DfsGarbageCollector(DfsRepository repository)
Initialize a garbage collector.
|
DfsObjDatabase(DfsRepository repository,
DfsReaderOptions options)
Initialize an object database for our repository.
|
DfsPackCompactor(DfsRepository repository)
Initialize a pack compactor.
|
DfsRefDatabase(DfsRepository repository)
Initialize the reference database for a repository.
|
DfsReftableDatabase(DfsRepository repo)
Initialize the reference database for a repository.
|
MemObjDatabase(DfsRepository repo) |