Uses of Class
org.eclipse.jgit.internal.storage.file.PackLock
Packages that use PackLock
Package
Description
Distributed file system based repository storage.
File based repository storage.
Transport (fetch/push) for different protocols.
-
Uses of PackLock in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return PackLockModifier and TypeMethodDescriptionDfsPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream. -
Uses of PackLock in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackLockModifier and TypeMethodDescriptionObjectDirectoryPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream.private PackLock
ObjectDirectoryPackParser.renameAndOpenPack
(String lockMessage) -
Uses of PackLock in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackLockModifier and TypeFieldDescriptionprivate PackLock
BasePackFetchConnection.packLock
private PackLock
BundleFetchConnection.packLock
private PackLock
ReceivePack.packLock
Lock around the received pack file, while updating refs.Fields in org.eclipse.jgit.transport with type parameters of type PackLockMethods in org.eclipse.jgit.transport that return PackLockModifier and TypeMethodDescriptionfinal PackLock
PackParser.parse
(ProgressMonitor progress) Parse the pack stream.PackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) Parse the pack stream.Methods in org.eclipse.jgit.transport that return types with arguments of type PackLockModifier and TypeMethodDescriptionBasePackFetchConnection.getPackLocks()
All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)
call.BundleFetchConnection.getPackLocks()
All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)
call.FetchConnection.getPackLocks()
All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)
call.WalkFetchConnection.getPackLocks()
All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)
call.