Class ReindexAfterRefUpdate
- java.lang.Object
-
- com.google.gerrit.server.index.change.ReindexAfterRefUpdate
-
- All Implemented Interfaces:
GitReferenceUpdatedListener
public class ReindexAfterRefUpdate extends Object implements GitReferenceUpdatedListener
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.GitReferenceUpdatedListener
GitReferenceUpdatedListener.Event
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGitReferenceUpdated(GitReferenceUpdatedListener.Event event)
-
-
-
Method Detail
-
onGitReferenceUpdated
public void onGitReferenceUpdated(GitReferenceUpdatedListener.Event event)
- Specified by:
onGitReferenceUpdated
in interfaceGitReferenceUpdatedListener
-
-