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