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) Parse the pack stream. -
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) Parse the pack stream.private PackLockObjectDirectoryPackParser.renameAndOpenPack(String lockMessage) -
Uses of PackLock in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackLockModifier and TypeFieldDescriptionprivate PackLockBasePackFetchConnection.packLockprivate PackLockBundleFetchConnection.packLockprivate PackLockReceivePack.packLockLock 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 PackLockPackParser.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.