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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.events.GitBatchRefUpdateListener
GitBatchRefUpdateListener.Event, GitBatchRefUpdateListener.UpdatedRef
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGitBatchRefUpdate(GitBatchRefUpdateListener.Event event)
-
-
-
Method Detail
-
onGitBatchRefUpdate
public void onGitBatchRefUpdate(GitBatchRefUpdateListener.Event event)
- Specified by:
onGitBatchRefUpdate
in interfaceGitBatchRefUpdateListener
-
-