Uses of Class
org.eclipse.jgit.lib.RefDatabase
-
Packages that use RefDatabase Package Description org.eclipse.jgit.http.test 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.lib 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.test Modifier and Type Class Description private classRefsUnreadableInMemoryRepository.RefsUnreadableRefDatabaseMethods in org.eclipse.jgit.http.test that return RefDatabase Modifier and Type Method Description RefDatabaseRefsUnreadableInMemoryRepository. 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.dfs Modifier and Type Class Description classDfsRefDatabaseAbstract DfsRefDatabase class.classDfsReftableDatabaseADfsRefDatabasethat uses reftable for storage.protected classInMemoryRepository.MemRefDatabaseDfsRefDatabase used by InMemoryRepository.Fields in org.eclipse.jgit.internal.storage.dfs declared as RefDatabase Modifier and Type Field Description private RefDatabaseDfsGarbageCollector. refdbMethods in org.eclipse.jgit.internal.storage.dfs that return RefDatabase Modifier and Type Method Description RefDatabaseInMemoryRepository. 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 classFileReftableDatabaseImplements RefDatabase using reftable for storage.classRefDirectoryTraditional file system basedRefDatabase.Fields in org.eclipse.jgit.internal.storage.file declared as RefDatabase Modifier and Type Field Description private RefDatabaseFileRepository. refsMethods in org.eclipse.jgit.internal.storage.file that return RefDatabase Modifier and Type Method Description protected RefDatabaseFileReftableDatabase.FileReftableRefUpdate. getRefDatabase()RefDatabaseFileRepository. 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.lib
Fields in org.eclipse.jgit.lib declared as RefDatabase Modifier and Type Field Description private RefDatabaseBatchRefUpdate. refdbMethods in org.eclipse.jgit.lib that return RefDatabase Modifier and Type Method Description 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 RefDatabase Constructor Description BatchRefUpdate(RefDatabase refdb)Initialize a new batch update.
-