| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryRepository.MemObjDatabase
DfsObjDatabase used by InMemoryRepository.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DfsObjDatabase |
DfsRepository.getObjectDatabase()
Get the object database which stores this repository's data.
|
| Constructor and Description |
|---|
DfsInserter(DfsObjDatabase db)
Initialize a new inserter.
|
DfsPackParser(DfsObjDatabase db,
DfsInserter ins,
InputStream in)
Initialize a new pack parser.
|
DfsReader(DfsObjDatabase db)
Initialize a new DfsReader
|
ReftableBatchRefUpdate(DfsReftableDatabase refdb,
DfsObjDatabase odb)
Initialize batch update.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.