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 TypeClassDescriptionclassAbstract DfsRefDatabase class.classADfsRefDatabasethat uses reftable for storage.protected classDfsRefDatabase 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 TypeClassDescriptionclassImplements RefDatabase using reftable for storage.classTraditional 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 RefDatabaseModifierConstructorDescriptionprotectedReftableBatchRefUpdate(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 RefDatabaseBatchRefUpdate.getRefDatabase()Get the ref database associated with this update.protected abstract RefDatabaseRefUpdate.getRefDatabase()Get the reference database this update modifies.abstract RefDatabaseRepository.getRefDatabase()Get the reference database which stores the reference namespace.Constructors in org.eclipse.jgit.lib with parameters of type RefDatabaseModifierConstructorDescriptionprotectedBatchRefUpdate(RefDatabase refdb) Initialize a new batch update.