public interface GroupIndexer
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.
|
void index(AccountGroup.UUID uuid) throws java.io.IOException
uuid
- group UUID to index.java.io.IOException
boolean reindexIfStale(AccountGroup.UUID uuid) throws java.io.IOException
uuid
- group UUID to index.java.io.IOException