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