Interface AccountIndexer
- All Known Implementing Classes:
AccountIndexerImpl
public interface AccountIndexer
Interface for indexing a Gerrit account.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
index
(Account.Id id) Synchronously index an account.boolean
Synchronously reindex an account if it is stale.
-
Method Details
-
index
Synchronously index an account.- Parameters:
id
- account id to index.
-
reindexIfStale
Synchronously reindex an account if it is stale.- Parameters:
id
- account id to index.- Returns:
- whether the account was reindexed
-