Uses of Class
org.eclipse.jgit.lib.RefDatabase
-
Packages that use RefDatabase Package Description 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.internal.storage.reftree org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.pgm.debug -
-
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.internal.storage.reftree
Subclasses of RefDatabase in org.eclipse.jgit.internal.storage.reftree Modifier and Type Class Description classRefTreeDatabaseReference database backed by aRefTree.Fields in org.eclipse.jgit.internal.storage.reftree declared as RefDatabase Modifier and Type Field Description private RefDatabaseRefTreeDatabase. bootstrapMethods in org.eclipse.jgit.internal.storage.reftree that return RefDatabase Modifier and Type Method Description RefDatabaseRefTreeDatabase. getBootstrap()Get the bootstrap reference databaseprotected RefDatabaseAlwaysFailUpdate. getRefDatabase()Get the reference database this update modifies.protected RefDatabaseRefTreeUpdate. getRefDatabase()Get the reference database this update modifies.Methods in org.eclipse.jgit.internal.storage.reftree with parameters of type RefDatabase Modifier and Type Method Description static booleanRefTreeNames. isRefTree(RefDatabase refdb, java.lang.String ref)Determine if the reference is likely to be a RefTree.Constructors in org.eclipse.jgit.internal.storage.reftree with parameters of type RefDatabase Constructor Description RefTreeDatabase(Repository repo, RefDatabase bootstrap)Create a RefTreeDb for a repository.RefTreeDatabase(Repository repo, RefDatabase bootstrap, java.lang.String txnCommitted)Create a RefTreeDb for a repository. -
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. -
Uses of RefDatabase in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type RefDatabase Modifier and Type Method Description private RefTreeRebuildRefTree. rebuild(RefDatabase refdb)
-