public class AccountIndexerImpl extends java.lang.Object implements AccountIndexer
Modifier and Type | Class and Description |
---|---|
static interface |
AccountIndexerImpl.Factory |
Modifier and Type | Method and Description |
---|---|
void |
index(Account.Id id)
Synchronously index an account.
|
public void index(Account.Id id) throws java.io.IOException
AccountIndexer
index
in interface AccountIndexer
id
- account id to index.java.io.IOException