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 LockFileDirCache.myLockOur 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 LockFileGcLog.lockprivate LockFileRefDirectoryUpdate.lockMethods in org.eclipse.jgit.internal.storage.file that return LockFileModifier and TypeMethodDescription(package private) LockFileRefDirectory.lockPackedRefs()private LockFileRefDirectory.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.PackedRefListRefDirectory.commitPackedRefs(LockFile lck, RefList<Ref> refs, RefDirectory.PackedRefList oldPackedList, boolean changed) private static voidMethod parameters in org.eclipse.jgit.internal.storage.file with type arguments of type LockFileModifier and TypeMethodDescriptionprivate RefDirectory.PackedRefList(package private) RefDirectory.PackedRefListprivate static void -
Uses of LockFile in org.eclipse.jgit.lfs.internal
Fields in org.eclipse.jgit.lfs.internal declared as LockFile