public class GroupIndexerImpl extends java.lang.Object implements GroupIndexer
Modifier and Type | Class and Description |
---|---|
static interface |
GroupIndexerImpl.Factory |
Modifier and Type | Method and Description |
---|---|
void |
index(AccountGroup.UUID uuid)
Synchronously index a group.
|
boolean |
reindexIfStale(AccountGroup.UUID uuid)
Synchronously reindex a group if it is stale.
|
public void index(AccountGroup.UUID uuid)
GroupIndexer
index
in interface GroupIndexer
uuid
- group UUID to index.public boolean reindexIfStale(AccountGroup.UUID uuid)
GroupIndexer
reindexIfStale
in interface GroupIndexer
uuid
- group UUID to index.