Class GroupIndexerImpl

  • All Implemented Interfaces:
    GroupIndexer

    public class GroupIndexerImpl
    extends Object
    implements GroupIndexer
    Implementation for indexing an internal Gerrit group. The group will be loaded from GroupCache.
    • Method Detail

      • reindexIfStale

        public boolean reindexIfStale​(AccountGroup.UUID uuid)
        Description copied from interface: GroupIndexer
        Synchronously reindex a group if it is stale.
        Specified by:
        reindexIfStale in interface GroupIndexer
        Parameters:
        uuid - group UUID to index.
        Returns:
        whether the group was reindexed