Class ReindexAfterRefUpdate

java.lang.Object
com.google.gerrit.server.index.change.ReindexAfterRefUpdate
All Implemented Interfaces:
GitBatchRefUpdateListener

public class ReindexAfterRefUpdate extends Object implements GitBatchRefUpdateListener
Listener for ref update events that reindexes entities in case the updated Git reference was used to compute contents of an index document.

Reindexes any open changes that has a destination branch that was updated to ensure that 'mergeable' is still current.

Will reindex accounts when the account's NoteDb ref changes.