Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter
Packages that use ObjectDirectoryInserter
-
Uses of ObjectDirectoryInserter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectoryInserterModifier and TypeMethodDescriptionFileObjectDatabase.newInserter()
Create a newObjectInserter
to insert new objects.ObjectDirectory.newInserter()
Create a newObjectInserter
to insert new objects.Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectoryInserterModifier and TypeMethodDescriptionprivate void
GC.loosen
(ObjectDirectoryInserter inserter, ObjectReader reader, Pack pack, HashSet<ObjectId> existing) Loosen objects in a pack file which are not also in the newly-created pack files.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectoryInserterModifierConstructorDescription(package private)
WindowCursor
(FileObjectDatabase db, ObjectDirectoryInserter createdFromInserter)