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.
|
boolean |
reindexIfStale(Account.Id id)
Synchronously reindex an account if it is stale.
|
public void index(Account.Id id)
AccountIndexer
index
in interface AccountIndexer
id
- account id to index.public boolean reindexIfStale(Account.Id id)
AccountIndexer
reindexIfStale
in interface AccountIndexer
id
- account id to index.