Uses of Class
org.eclipse.jgit.lib.RefDatabase
-
Packages that use RefDatabase 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.internal.storage.reftree org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.pgm.debug -
-
Uses of RefDatabase in org.eclipse.jgit.internal.storage.dfs
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description class
DfsRefDatabase
Abstract DfsRefDatabase class.class
DfsReftableDatabase
ADfsRefDatabase
that uses reftable for storage.protected class
InMemoryRepository.MemRefDatabase
DfsRefDatabase used by InMemoryRepository.Fields in org.eclipse.jgit.internal.storage.dfs declared as RefDatabase Modifier and Type Field Description private RefDatabase
DfsGarbageCollector. refdb
Methods in org.eclipse.jgit.internal.storage.dfs that return RefDatabase Modifier and Type Method Description RefDatabase
InMemoryRepository. getRefDatabase()
Get the reference database which stores the reference namespace. -
Uses of RefDatabase in org.eclipse.jgit.internal.storage.file
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description class
FileReftableDatabase
Implements RefDatabase using reftable for storage.class
RefDirectory
Traditional file system basedRefDatabase
.Fields in org.eclipse.jgit.internal.storage.file declared as RefDatabase Modifier and Type Field Description private RefDatabase
FileRepository. refs
Methods in org.eclipse.jgit.internal.storage.file that return RefDatabase Modifier and Type Method Description protected RefDatabase
FileReftableDatabase.FileReftableRefUpdate. getRefDatabase()
RefDatabase
FileRepository. getRefDatabase()
Get the reference database which stores the reference namespace. -
Uses of RefDatabase in org.eclipse.jgit.internal.storage.reftable
Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type RefDatabase Constructor Description ReftableBatchRefUpdate(RefDatabase refdb, ReftableDatabase reftableDb, java.util.concurrent.locks.Lock lock, Repository repository)
Initialize. -
Uses of RefDatabase in org.eclipse.jgit.internal.storage.reftree
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.reftree Modifier and Type Class Description class
RefTreeDatabase
Reference database backed by aRefTree
.Fields in org.eclipse.jgit.internal.storage.reftree declared as RefDatabase Modifier and Type Field Description private RefDatabase
RefTreeDatabase. bootstrap
Methods in org.eclipse.jgit.internal.storage.reftree that return RefDatabase Modifier and Type Method Description RefDatabase
RefTreeDatabase. getBootstrap()
Get the bootstrap reference databaseprotected RefDatabase
AlwaysFailUpdate. getRefDatabase()
Get the reference database this update modifies.protected RefDatabase
RefTreeUpdate. getRefDatabase()
Get the reference database this update modifies.Methods in org.eclipse.jgit.internal.storage.reftree with parameters of type RefDatabase Modifier and Type Method Description static boolean
RefTreeNames. isRefTree(RefDatabase refdb, java.lang.String ref)
Determine if the reference is likely to be a RefTree.Constructors in org.eclipse.jgit.internal.storage.reftree with parameters of type RefDatabase Constructor Description RefTreeDatabase(Repository repo, RefDatabase bootstrap)
Create a RefTreeDb for a repository.RefTreeDatabase(Repository repo, RefDatabase bootstrap, java.lang.String txnCommitted)
Create a RefTreeDb for a repository. -
Uses of RefDatabase in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefDatabase Modifier and Type Field Description private RefDatabase
BatchRefUpdate. refdb
Methods in org.eclipse.jgit.lib that return RefDatabase Modifier and Type Method 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.Constructors in org.eclipse.jgit.lib with parameters of type RefDatabase Constructor Description BatchRefUpdate(RefDatabase refdb)
Initialize a new batch update. -
Uses of RefDatabase in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type RefDatabase Modifier and Type Method Description private RefTree
RebuildRefTree. rebuild(RefDatabase refdb)
-