Interface AccountIndexer

  • All Known Implementing Classes:
    AccountIndexerImpl

    public interface AccountIndexer
    Interface for indexing a Gerrit account.
    • Method Detail

      • index

        void index​(Account.Id id)
        Synchronously index an account.
        Parameters:
        id - account id to index.
      • reindexIfStale

        boolean reindexIfStale​(Account.Id id)
        Synchronously reindex an account if it is stale.
        Parameters:
        id - account id to index.
        Returns:
        whether the account was reindexed