Interface GroupIndexer
-
- All Known Implementing Classes:
GroupIndexerImpl
public interface GroupIndexer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
index(AccountGroup.UUID uuid)
Synchronously index a group.boolean
reindexIfStale(AccountGroup.UUID uuid)
Synchronously reindex a group if it is stale.
-
-
-
Method Detail
-
index
void index(AccountGroup.UUID uuid) throws IOException
Synchronously index a group.- Parameters:
uuid
- group UUID to index.- Throws:
IOException
-
reindexIfStale
boolean reindexIfStale(AccountGroup.UUID uuid) throws IOException
Synchronously reindex a group if it is stale.- Parameters:
uuid
- group UUID to index.- Returns:
- whether the group was reindexed
- Throws:
IOException
-
-