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
Subclasses of DfsObjDatabase in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description static class
InMemoryRepository.MemObjDatabase
DfsObjDatabase used by InMemoryRepository.Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsObjDatabase Modifier and Type Field Description (package private) DfsObjDatabase
DfsInserter. db
(package private) DfsObjDatabase
DfsReader. db
Database this reader loads objects from.private DfsObjDatabase
LargePackedWholeObject. db
private DfsObjDatabase
DfsFsck. objdb
private DfsObjDatabase
DfsGarbageCollector. objdb
private DfsObjDatabase
DfsPackParser. objdb
private DfsObjDatabase
DfsReftableBatchRefUpdate. odb
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase Modifier and Type Method Description abstract DfsObjDatabase
DfsRepository. getObjectDatabase()
Get the object database which stores this repository's data.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabase Modifier and Type Method Description private void
DfsPackCompactor. initOutDesc(DfsObjDatabase objdb)
private static void
DfsPackCompactor. writeIndex(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw)
private static void
DfsPackCompactor. writePack(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw, ProgressMonitor pm)
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, java.io.InputStream in)
Initialize a new pack parser.DfsReader(DfsObjDatabase db)
Initialize a new DfsReaderDfsReftableBatchRefUpdate(DfsReftableDatabase refdb, DfsObjDatabase odb)
Initialize batch update.LargePackedWholeObject(int type, long size, long objectOffset, int headerLength, DfsPackFile pack, DfsObjDatabase db)
-