Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase
-
Packages that use DfsObjDatabase Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsObjDatabase in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase Modifier and Type Method Description abstract DfsObjDatabase
DfsRepository. getObjectDatabase()
DfsObjDatabase
InMemoryRepository. getObjectDatabase()
Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabase Constructor Description DfsInserter(DfsObjDatabase db)
Initialize a new inserter.DfsPackParser(DfsObjDatabase db, DfsInserter ins, InputStream in)
Initialize a new pack parser.
-