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.
|
Modifier and Type | Method and Description |
---|---|
PackLock |
DfsPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
Modifier and Type | Method and Description |
---|---|
PackLock |
ObjectDirectoryPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
private PackLock |
ObjectDirectoryPackParser.renameAndOpenPack(java.lang.String lockMessage) |
Modifier and Type | Field and Description |
---|---|
private PackLock |
BasePackFetchConnection.packLock |
private PackLock |
BundleFetchConnection.packLock |
private PackLock |
ReceivePack.packLock
Lock around the received pack file, while updating refs.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<PackLock> |
FetchProcess.packLocks |
(package private) java.util.List<PackLock> |
WalkFetchConnection.packLocks |
Modifier and Type | Method and Description |
---|---|
PackLock |
PackParser.parse(ProgressMonitor progress)
Parse the pack stream.
|
PackLock |
PackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PackLock> |
BasePackFetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
java.util.Collection<PackLock> |
BundleFetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
java.util.Collection<PackLock> |
FetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
java.util.Collection<PackLock> |
WalkFetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |