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 ObjectDirectoryInserterFileObjectDatabase. newInserter()Create a newObjectInserterto insert new objects.ObjectDirectoryInserterObjectDirectory. newInserter()Create a newObjectInserterto insert new objects.Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectoryInserter Modifier and Type Method Description private voidGC. 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)
-