Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
Packages that use DfsObjDatabase
Package
Description
Distributed file system based repository storage.
-
Uses of DfsObjDatabase in org.eclipse.jgit.internal.storage.dfs
Subclasses of DfsObjDatabase in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionstatic classDfsObjDatabase used by InMemoryRepository.Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabaseModifier and TypeMethodDescriptionabstract DfsObjDatabaseDfsRepository.getObjectDatabase()Get the object database which stores this repository's data.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabaseModifierConstructorDescriptionprotectedInitialize a new inserter.protectedDfsPackParser(DfsObjDatabase db, DfsInserter ins, InputStream in) Initialize a new pack parser.protectedInitialize a new DfsReaderprotectedInitialize batch update.