Package | Description |
---|---|
org.eclipse.jgit.internal.transport.connectivity | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
FullConnectivityChecker
A connectivity checker that uses the entire reference database to perform
reachability checks when checking the connectivity of objects.
|
class |
IterativeConnectivityChecker
Implementation of connectivity checker which tries to do check with smaller
set of references first and if it fails will fall back to check against all
advertised references.
|
Constructor and Description |
---|
IterativeConnectivityChecker(ConnectivityChecker delegate) |
Modifier and Type | Field and Description |
---|---|
protected ConnectivityChecker |
ReceivePack.connectivityChecker
Connectivity checker to use.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.