Uses of Class
org.eclipse.jgit.lib.RefDatabase
Packages that use RefDatabase
Package
Description
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of RefDatabase in org.eclipse.jgit.internal.storage.dfs
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclass
Abstract DfsRefDatabase class.class
ADfsRefDatabase
that uses reftable for storage.protected class
DfsRefDatabase used by InMemoryRepository.Methods in org.eclipse.jgit.internal.storage.dfs that return RefDatabase -
Uses of RefDatabase in org.eclipse.jgit.internal.storage.file
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescriptionclass
Implements RefDatabase using reftable for storage.class
Traditional file system basedRefDatabase
.Methods in org.eclipse.jgit.internal.storage.file that return RefDatabase -
Uses of RefDatabase in org.eclipse.jgit.internal.storage.reftable
Constructors in org.eclipse.jgit.internal.storage.reftable with parameters of type RefDatabaseModifierConstructorDescriptionprotected
ReftableBatchRefUpdate
(RefDatabase refDb, ReftableDatabase reftableDb, Lock lock, Repository repository) Initialize. -
Uses of RefDatabase in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RefDatabaseModifier and TypeMethodDescriptionprotected RefDatabase
BatchRefUpdate.getRefDatabase()
Get the ref database associated with this update.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 RefDatabaseModifierConstructorDescriptionprotected
BatchRefUpdate
(RefDatabase refdb) Initialize a new batch update.