Interface GroupIndexer
-
- All Known Implementing Classes:
GroupIndexerImpl
public interface GroupIndexer
Interface for indexing an internal Gerrit group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
index(AccountGroup.UUID uuid)
Synchronously index a group.boolean
reindexIfStale(AccountGroup.UUID uuid)
Synchronously reindex a group if it is stale.
-
-
-
Method Detail
-
index
void index(AccountGroup.UUID uuid)
Synchronously index a group.- Parameters:
uuid
- group UUID to index.
-
reindexIfStale
boolean reindexIfStale(AccountGroup.UUID uuid)
Synchronously reindex a group if it is stale.- Parameters:
uuid
- group UUID to index.- Returns:
- whether the group was reindexed
-
-