Uses of Class
org.eclipse.jgit.internal.storage.file.LockFile
-
Packages that use LockFile Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lfs.internal -
-
Uses of LockFile in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as LockFile Modifier and Type Field Description private 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 Modifier and Type Method Description private void
DirCache. requireLocked(LockFile tmp)
-
Uses of LockFile in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as LockFile Modifier and Type Field Description private LockFile
GcLog. lock
private LockFile
RefDirectoryUpdate. lock
Methods in org.eclipse.jgit.internal.storage.file that return LockFile Modifier and Type Method Description (package private) LockFile
RefDirectory. lockPackedRefs()
private LockFile
RefDirectory. lockPackedRefsOrThrow()
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type LockFile Modifier and Type Method Description private java.util.Map<java.lang.String,LockFile>
PackedBatchRefUpdate. lockLooseRefs(java.util.List<ReceiveCommand> commands)
Lock loose refs corresponding to a list of commands.Methods in org.eclipse.jgit.internal.storage.file with parameters of type LockFile Modifier and Type Method Description (package private) RefDirectory.PackedRefList
RefDirectory. commitPackedRefs(LockFile lck, RefList<Ref> refs, RefDirectory.PackedRefList oldPackedList, boolean changed)
private static void
RefDirectory. delete(java.io.File file, int depth, LockFile rLck)
Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type LockFile Modifier and Type Method Description private RefDirectory.PackedRefList
RefDirectory. pack(java.util.Collection<java.lang.String> refs, java.util.Map<java.lang.String,LockFile> heldLocks)
(package private) RefDirectory.PackedRefList
RefDirectory. pack(java.util.Map<java.lang.String,LockFile> heldLocks)
private static void
PackedBatchRefUpdate. unlockAll(java.util.Map<?,LockFile> locks)
-
Uses of LockFile in org.eclipse.jgit.lfs.internal
Fields in org.eclipse.jgit.lfs.internal declared as LockFile Modifier and Type Field Description private LockFile
AtomicObjectOutputStream. locked
-