Class ExternalIdsConsistencyCheckerNoteDbImpl
java.lang.Object
com.google.gerrit.server.account.externalids.storage.notedb.ExternalIdsConsistencyCheckerNoteDbImpl
- All Implemented Interfaces:
ExternalIdsConsistencyChecker
public class ExternalIdsConsistencyCheckerNoteDbImpl
extends Object
implements ExternalIdsConsistencyChecker
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(AccountCache accountCache) check
(AccountCache accountCache, org.eclipse.jgit.lib.ObjectId rev)
-
Method Details
-
check
public List<ConsistencyCheckInfo.ConsistencyProblemInfo> check(AccountCache accountCache) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Specified by:
check
in interfaceExternalIdsConsistencyChecker
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
check
public List<ConsistencyCheckInfo.ConsistencyProblemInfo> check(AccountCache accountCache, org.eclipse.jgit.lib.ObjectId rev) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException - Specified by:
check
in interfaceExternalIdsConsistencyChecker
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-