Class GroupsConsistencyChecker
- java.lang.Object
-
- com.google.gerrit.server.group.db.GroupsConsistencyChecker
-
public class GroupsConsistencyChecker extends Object
Checks individual groups for oddities, such as cycles, non-existent subgroups, etc. Only works if we are writing to NoteDb.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConsistencyCheckInfo.ConsistencyProblemInfo>
check()
Checks that all internal group references exist, and that no groups have cycles.
-
-
-
Method Detail
-
check
public List<ConsistencyCheckInfo.ConsistencyProblemInfo> check() throws IOException
Checks that all internal group references exist, and that no groups have cycles.- Throws:
IOException
-
-