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.reftree | |
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 |
RefDirectory
Traditional file system based
RefDatabase . |
Modifier and Type | Method and Description |
---|---|
RefDatabase |
FileRepository.getRefDatabase()
Get the reference database which stores the reference namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
RefTreeDatabase
Reference database backed by a
RefTree . |
Modifier and Type | Method and Description |
---|---|
RefDatabase |
RefTreeDatabase.getBootstrap()
Get the bootstrap reference database
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RefTreeNames.isRefTree(RefDatabase refdb,
String ref)
Determine if the reference is likely to be a RefTree.
|
Constructor and Description |
---|
RefTreeDatabase(Repository repo,
RefDatabase bootstrap)
Create a RefTreeDb for a repository.
|
RefTreeDatabase(Repository repo,
RefDatabase bootstrap,
String txnCommitted)
Create a RefTreeDb for a repository.
|
Modifier and Type | Method and Description |
---|---|
abstract RefDatabase |
Repository.getRefDatabase()
Get the reference database which stores the reference namespace.
|
protected abstract RefDatabase |
RefUpdate.getRefDatabase()
Get the reference database this update modifies.
|
Constructor and Description |
---|
BatchRefUpdate(RefDatabase refdb)
Initialize a new batch update.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.