public final class FullConnectivityChecker extends Object implements ConnectivityChecker
ConnectivityChecker.ConnectivityCheckInfo
Constructor and Description |
---|
FullConnectivityChecker() |
Modifier and Type | Method and Description |
---|---|
void |
checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo,
Set<ObjectId> haves,
ProgressMonitor pm)
Checks connectivity of the commit graph after pack uploading.
|
public void checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, Set<ObjectId> haves, ProgressMonitor pm) throws MissingObjectException, IOException
ConnectivityChecker
checkConnectivity
in interface ConnectivityChecker
connectivityCheckInfo
- Input for the connectivity check.haves
- Set of references known for client.pm
- Monitor to publish progress to.IOException
- an error occurred during connectivity checking.MissingObjectException
Copyright © 2020 Eclipse JGit Project. All rights reserved.