Uses of Class
org.eclipse.jgit.internal.storage.file.LockFile
Packages that use LockFile
Package
Description
Reading and editing the directory cache (index).
File based repository storage.
-
Uses of LockFile in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as LockFileModifier and TypeFieldDescriptionprivate LockFile
DirCache.myLock
Our active lock (if we hold it); null if we don't have it locked.Methods in org.eclipse.jgit.dircache with parameters of type LockFile -
Uses of LockFile in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as LockFileModifier and TypeFieldDescriptionprivate final LockFile
GcLog.lock
private LockFile
RefDirectoryUpdate.lock
Methods in org.eclipse.jgit.internal.storage.file that return LockFileModifier and TypeMethodDescription(package private) LockFile
RefDirectory.lockPackedRefs()
private LockFile
RefDirectory.lockPackedRefsOrThrow()
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type LockFileModifier and TypeMethodDescriptionPackedBatchRefUpdate.lockLooseRefs
(List<ReceiveCommand> commands) Lock loose refs corresponding to a list of commands.Methods in org.eclipse.jgit.internal.storage.file with parameters of type LockFileModifier and TypeMethodDescription(package private) RefDirectory.PackedRefList
RefDirectory.commitPackedRefs
(LockFile lck, RefList<Ref> refs, RefDirectory.PackedRefList oldPackedList, boolean changed) private static void
Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type LockFileModifier and TypeMethodDescriptionprivate RefDirectory.PackedRefList
(package private) RefDirectory.PackedRefList
private static void
-
Uses of LockFile in org.eclipse.jgit.lfs.internal
Fields in org.eclipse.jgit.lfs.internal declared as LockFile