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.http.test
Subclasses of RefDatabase in org.eclipse.jgit.http.testModifier and TypeClassDescriptionprivate class
Methods in org.eclipse.jgit.http.test that return RefDatabaseModifier and TypeMethodDescriptionRefsUnreadableInMemoryRepository.getRefDatabase()
Get the reference database which stores the reference namespace. -
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.Fields in org.eclipse.jgit.internal.storage.dfs declared as RefDatabaseMethods in org.eclipse.jgit.internal.storage.dfs that return RefDatabaseModifier and TypeMethodDescriptionInMemoryRepository.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.fileModifier and TypeClassDescriptionclass
Implements RefDatabase using reftable for storage.class
Traditional file system basedRefDatabase
.Fields in org.eclipse.jgit.internal.storage.file declared as RefDatabaseMethods in org.eclipse.jgit.internal.storage.file that return RefDatabaseModifier and TypeMethodDescriptionprotected RefDatabase
FileReftableDatabase.FileReftableRefUpdate.getRefDatabase()
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 RefDatabaseModifierConstructorDescriptionprotected
ReftableBatchRefUpdate
(RefDatabase refdb, ReftableDatabase reftableDb, Lock lock, Repository repository) Initialize. -
Uses of RefDatabase in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefDatabaseMethods in org.eclipse.jgit.lib that return RefDatabaseModifier and TypeMethodDescriptionprotected 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.