Package com.google.gerrit.server.account
Class GroupsSnapshotReader
- java.lang.Object
-
- com.google.gerrit.server.account.GroupsSnapshotReader
-
public class GroupsSnapshotReader extends Object
This class is used to compute a compound key that represents the state of the internal groups in NoteDb.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupsSnapshotReader.Snapshot
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupsSnapshotReader.Snapshot
getSnapshot()
Retrieves a snapshot key of all internal groups refs from NoteDb.
-
-
-
Method Detail
-
getSnapshot
public GroupsSnapshotReader.Snapshot getSnapshot() throws IOException
Retrieves a snapshot key of all internal groups refs from NoteDb.- Throws:
IOException
-
-