Uses of Class
org.eclipse.jgit.internal.storage.file.WindowCache.Lock
-
Packages that use WindowCache.Lock Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of WindowCache.Lock in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as WindowCache.Lock Modifier and Type Field Description private WindowCache.Lock[]
WindowCache. locks
Locks to prevent concurrent loads for same (PackFile,position).Methods in org.eclipse.jgit.internal.storage.file that return WindowCache.Lock Modifier and Type Method Description private WindowCache.Lock
WindowCache. lock(Pack pack, long position)
-