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.
-
-
-
Method Detail
-
index
void index(AccountGroup.UUID uuid) throws IOException
Synchronously index a group.- Parameters:
uuid
- group UUID to index.- Throws:
IOException
-
-