Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRepository
Packages that use DfsRepository
Package
Description
Distributed file system based repository storage.
-
Uses of DfsRepository in org.eclipse.jgit.http.test
Subclasses of DfsRepository in org.eclipse.jgit.http.testModifier and TypeClassDescription(package private) class
AnInMemoryRepository
whose refs can be made unreadable for testing purposes. -
Uses of DfsRepository in org.eclipse.jgit.internal.storage.dfs
Classes in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsRepositoryModifier and TypeClassDescriptionclass
DfsRepositoryBuilder<B extends DfsRepositoryBuilder,
R extends DfsRepository> Constructs aDfsRepository
.Subclasses of DfsRepository in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclass
Git repository stored entirely in the local process memory.Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsRepositoryModifier and TypeFieldDescriptionprivate final DfsRepository
DfsFsck.repo
private final DfsRepository
DfsGarbageCollector.repo
private final DfsRepository
DfsPackCompactor.repo
private final DfsRepository
DfsObjDatabase.repository
private final DfsRepository
DfsRefDatabase.repository
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsRepositoryModifier and TypeMethodDescriptionprotected DfsRepository
DfsObjDatabase.getRepository()
Get repository owning this object database.protected DfsRepository
DfsRefDatabase.getRepository()
Get the repository the database holds the references of.protected DfsRepository
DfsRefUpdate.getRepository()
Get the repository storing the database's objects.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepositoryModifier and TypeMethodDescriptionstatic void
DfsBundleWriter.writeEntireRepositoryAsBundle
(ProgressMonitor pm, OutputStream os, DfsRepository db) Writes the entireDfsRepository
to a Git bundle.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsRepositoryModifierConstructorDescriptionDfsFsck
(DfsRepository repository) Initialize DFS fsck.DfsGarbageCollector
(DfsRepository repository) Initialize a garbage collector.protected
DfsObjDatabase
(DfsRepository repository, DfsReaderOptions options) Initialize an object database for our repository.DfsPackCompactor
(DfsRepository repository) Initialize a pack compactor.protected
DfsRefDatabase
(DfsRepository repository) Initialize the reference database for a repository.protected
Initialize the reference database for a repository.(package private)
MemObjDatabase
(DfsRepository repo)