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