Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository> |
Constructs a
DfsRepository . |
Modifier and Type | Class | Description |
---|---|---|
class |
InMemoryRepository |
Git repository stored entirely in the local process memory.
|
Modifier and Type | Method | Description |
---|---|---|
protected DfsRepository |
DfsObjDatabase.getRepository() |
|
protected DfsRepository |
DfsRefDatabase.getRepository() |
Constructor | Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.