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.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 TypeClassDescriptionclassImplements RefDatabase using reftable for storage.classTraditional 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 RefDatabaseFileReftableDatabase.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 RefDatabaseModifierConstructorDescriptionprotectedReftableBatchRefUpdate(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 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.