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.Fields in org.eclipse.jgit.internal.storage.dfs declared as DfsObjDatabaseModifier and TypeFieldDescription(package private) final DfsObjDatabaseDfsInserter.db(package private) final DfsObjDatabaseDfsReader.dbDatabase this reader loads objects from.private final DfsObjDatabaseLargePackedWholeObject.dbprivate final DfsObjDatabaseDfsFsck.objdbprivate final DfsObjDatabaseDfsGarbageCollector.objdbprivate final DfsObjDatabaseDfsPackParser.objdbprivate final DfsObjDatabaseDfsReftableBatchRefUpdate.odbMethods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabaseModifier and TypeMethodDescriptionabstract DfsObjDatabaseDfsRepository.getObjectDatabase()Get the object database which stores this repository's data.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type DfsObjDatabaseModifier and TypeMethodDescriptionprivate voidDfsPackCompactor.initOutDesc(DfsObjDatabase objdb) private static voidDfsPackCompactor.writeIndex(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw) private static voidDfsPackCompactor.writePack(DfsObjDatabase objdb, DfsPackDescription pack, PackWriter pw, ProgressMonitor pm) 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.(package private)LargePackedWholeObject(int type, long size, long objectOffset, int headerLength, DfsPackFile pack, DfsObjDatabase db)