Uses of Class
org.eclipse.jgit.internal.storage.file.PackLock
-
Packages that use PackLock Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.transport 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 PackLock Modifier and Type Method Description PackLockDfsPackParser. 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 PackLock Modifier and Type Method Description PackLockObjectDirectoryPackParser. parse(ProgressMonitor receiving, ProgressMonitor resolving)Parse the pack stream.private PackLockObjectDirectoryPackParser. renameAndOpenPack(java.lang.String lockMessage) -
Uses of PackLock in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackLock Modifier and Type Field Description private 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 PackLock Modifier and Type Field Description private java.util.ArrayList<PackLock>FetchProcess. packLocks(package private) java.util.List<PackLock>WalkFetchConnection. packLocksMethods in org.eclipse.jgit.transport that return PackLock Modifier and Type Method Description PackLockPackParser. parse(ProgressMonitor progress)Parse the pack stream.PackLockPackParser. parse(ProgressMonitor receiving, ProgressMonitor resolving)Parse the pack stream.Methods in org.eclipse.jgit.transport that return types with arguments of type PackLock Modifier and Type Method Description java.util.Collection<PackLock>BasePackFetchConnection. getPackLocks()All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)call.java.util.Collection<PackLock>BundleFetchConnection. getPackLocks()All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)call.java.util.Collection<PackLock>FetchConnection. getPackLocks()All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)call.java.util.Collection<PackLock>WalkFetchConnection. getPackLocks()All locks created by the lastFetchConnection.fetch(ProgressMonitor, Collection, Set)call.
-