Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method | Description |
---|---|---|
abstract DfsObjDatabase |
DfsRepository.getObjectDatabase() |
|
DfsObjDatabase |
InMemoryRepository.getObjectDatabase() |
Constructor | Description |
---|---|
DfsInserter(DfsObjDatabase db) |
Initialize a new inserter.
|
DfsPackParser(DfsObjDatabase db,
DfsInserter ins,
InputStream in) |
Initialize a new pack parser.
|
Copyright © 2018. All rights reserved.