Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectoryInserter
-
Packages that use ObjectDirectoryInserter Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of ObjectDirectoryInserter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectoryInserter Modifier and Type Method Description ObjectDirectoryInserter
FileObjectDatabase. newInserter()
Create a newObjectInserter
to insert new objects.ObjectDirectoryInserter
ObjectDirectory. newInserter()
Create a newObjectInserter
to insert new objects.Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectoryInserter Modifier and Type Method Description private void
GC. loosen(ObjectDirectoryInserter inserter, ObjectReader reader, Pack pack, java.util.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 ObjectDirectoryInserter Constructor Description WindowCursor(FileObjectDatabase db, ObjectDirectoryInserter createdFromInserter)
-