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 | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsRefDatabase
Abstract DfsRefDatabase class.
|
class |
DfsReftableDatabase
A
DfsRefDatabase that uses
reftable for storage. |
protected class |
InMemoryRepository.MemRefDatabase
DfsRefDatabase used by InMemoryRepository.
|
Modifier and Type | Method and Description |
---|---|
RefDatabase |
InMemoryRepository.getRefDatabase()
Get the reference database which stores the reference namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
FileReftableDatabase
Implements RefDatabase using reftable for storage.
|
class |
RefDirectory
Traditional file system based
RefDatabase . |
Modifier and Type | Method and Description |
---|---|
RefDatabase |
FileRepository.getRefDatabase()
Get the reference database which stores the reference namespace.
|
Constructor and Description |
---|
ReftableBatchRefUpdate(RefDatabase refdb,
ReftableDatabase reftableDb,
Lock lock,
Repository repository)
Initialize.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RefDatabase |
RefUpdate.getRefDatabase()
Get the reference database this update modifies.
|
abstract RefDatabase |
Repository.getRefDatabase()
Get the reference database which stores the reference namespace.
|
Constructor and Description |
---|
BatchRefUpdate(RefDatabase refdb)
Initialize a new batch update.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.