Uses of Interface
org.eclipse.jgit.transport.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) -
Uses of PackLock in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement PackLockMethods in org.eclipse.jgit.internal.storage.file that return PackLockModifier and TypeMethodDescriptionObjectDirectoryPackParser.parse
(ProgressMonitor receiving, ProgressMonitor resolving) -
Uses of PackLock in org.eclipse.jgit.transport
Methods 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()
FetchConnection.getPackLocks()
All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)
call.