Interface GroupIndexer

All Known Implementing Classes:
GroupIndexerImpl

public interface GroupIndexer
Interface for indexing an internal Gerrit group.
  • Method Details

    • index

      void index(AccountGroup.UUID uuid)
      Synchronously index a group.
      Parameters:
      uuid - group UUID to index.
    • reindexIfStale

      @CanIgnoreReturnValue boolean reindexIfStale(AccountGroup.UUID uuid)
      Synchronously reindex a group if it is stale.
      Parameters:
      uuid - group UUID to index.
      Returns:
      whether the group was reindexed