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 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 Modifier and Type Method Description private voidDirCache. 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 LockFileGcLog. lockprivate LockFileRefDirectoryUpdate. lockMethods in org.eclipse.jgit.internal.storage.file that return LockFile Modifier and Type Method Description (package private) LockFileRefDirectory. lockPackedRefs()private LockFileRefDirectory. 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.PackedRefListRefDirectory. commitPackedRefs(LockFile lck, RefList<Ref> refs, RefDirectory.PackedRefList oldPackedList, boolean changed)private static voidRefDirectory. 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.PackedRefListRefDirectory. pack(java.util.Collection<java.lang.String> refs, java.util.Map<java.lang.String,LockFile> heldLocks)(package private) RefDirectory.PackedRefListRefDirectory. pack(java.util.Map<java.lang.String,LockFile> heldLocks)private static voidPackedBatchRefUpdate. 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 LockFileAtomicObjectOutputStream. locked
-