Interface AccountIndexer

All Known Implementing Classes:
AccountIndexerImpl

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

    Modifier and Type
    Method
    Description
    void
    Synchronously index an account.
    boolean
    Synchronously reindex an account if it is stale.
  • Method Details

    • 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