| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| org.eclipse.jgit.internal.storage.reftable |
| Modifier and Type | Field and Description |
|---|---|
(package private) ReftableDatabase |
DfsReftableDatabase.reftableDatabase |
| Modifier and Type | Field and Description |
|---|---|
private ReftableDatabase |
FileReftableDatabase.reftableDatabase |
| Modifier and Type | Field and Description |
|---|---|
private ReftableDatabase |
ReftableBatchRefUpdate.refDb |
| Constructor and Description |
|---|
ReftableBatchRefUpdate(RefDatabase refdb,
ReftableDatabase reftableDb,
java.util.concurrent.locks.Lock lock,
Repository repository)
Initialize.
|