Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRepository
-
Packages that use DfsRepository Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsRepository in org.eclipse.jgit.internal.storage.dfs
Classes in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsRepository Modifier and Type Class Description class
DfsRepositoryBuilder<B extends DfsRepositoryBuilder,R extends DfsRepository>
Constructs aDfsRepository
.Subclasses of DfsRepository in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description class
InMemoryRepository
Git repository stored entirely in the local process memory.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsRepository Modifier and Type Method Description protected DfsRepository
DfsObjDatabase. getRepository()
protected DfsRepository
DfsRefDatabase. getRepository()
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepository Constructor Description DfsGarbageCollector(DfsRepository repository)
Initialize a garbage collector.DfsObjDatabase(DfsRepository repository, DfsReaderOptions options)
Initialize an object database for our repository.DfsPackCompactor(DfsRepository repository)
Initialize a pack compactor.DfsRefDatabase(DfsRepository repository)
Initialize the reference database for a repository.
-