public interface AccountIndexer
Modifier and Type | Method and Description |
---|---|
void |
index(com.google.gerrit.reviewdb.client.Account.Id id)
Synchronously index an account.
|
void index(com.google.gerrit.reviewdb.client.Account.Id id) throws IOException
id
- account id to index.IOException