Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsReftableDatabase
A
DfsRefDatabase that uses
reftable for storage. |
protected class |
InMemoryRepository.MemRefDatabase
DfsRefDatabase used by InMemoryRepository.
|
Modifier and Type | Field and Description |
---|---|
private DfsRefDatabase |
DfsRefUpdate.refdb |
Modifier and Type | Method and Description |
---|---|
protected DfsRefDatabase |
DfsRefUpdate.getRefDatabase()
Get the reference database this update modifies.
|
Constructor and Description |
---|
DfsRefUpdate(DfsRefDatabase refdb,
Ref ref) |