Uses of Class
org.eclipse.jgit.internal.storage.file.FileObjectDatabase
Packages that use FileObjectDatabase
-
Uses of FileObjectDatabase in org.eclipse.jgit.internal.storage.file
Subclasses of FileObjectDatabase in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescription(package private) class
The cached instance of anObjectDirectory
.class
Traditional file system basedObjectDatabase
.Fields in org.eclipse.jgit.internal.storage.file declared as FileObjectDatabaseModifier and TypeFieldDescriptionprivate final FileObjectDatabase
LargePackedWholeObject.db
private final FileObjectDatabase
ObjectDirectoryInserter.db
private final FileObjectDatabase
ObjectDirectoryPackParser.db
(package private) final FileObjectDatabase
WindowCursor.db
private final FileObjectDatabase
UnpackedObject.LargeObject.source
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type FileObjectDatabaseModifierConstructorDescription(package private)
LargeObject
(int type, long size, File path, AnyObjectId id, FileObjectDatabase db) (package private)
LargePackedWholeObject
(int type, long size, long objectOffset, int headerLength, Pack pack, FileObjectDatabase db) (package private)
ObjectDirectoryInserter
(FileObjectDatabase dest, Config cfg) (package private)
(package private)
(package private)
WindowCursor
(FileObjectDatabase db, ObjectDirectoryInserter createdFromInserter)